Skip to content

Min: 3월 2주차 문제 풀이#26

Merged
muncool39 merged 3 commits intouploadfrom
min
Mar 12, 2026
Merged

Min: 3월 2주차 문제 풀이#26
muncool39 merged 3 commits intouploadfrom
min

Conversation

@gitseoyeon
Copy link
Member

🔥 해결한 문제

백준

프로그래머스


🚒 해결하지 못한 문제

원인 분석

  • 알맞은 점화식을 구현해내지 못했습니다.

개선 계획

  • 점화식을 떠올려볼 수 있도록 DP 문제를 더 연습해야 할 것 같습니다.

💡 새롭게 알게된 점


🚀 보완할 점

@gitseoyeon gitseoyeon requested a review from muncool39 March 10, 2026 08:23
@gitseoyeon gitseoyeon self-assigned this Mar 10, 2026
Copy link
Member

@muncool39 muncool39 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이번 스터디도 수고하셨습니다!! 파이팅! 😃

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

설명하실 때 말씀하신 것처럼 중복 부분을 메서드로 빼는 방법도 좋을 것 같아요!

Comment on lines +11 to +12
String st = br.readLine();
if(st == null) break;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

입력이 끝나는 부분이 깔끔하게 처리된 것 같아요! 배워갑니다 👍

@muncool39 muncool39 changed the base branch from main to upload March 11, 2026 20:15
@muncool39 muncool39 merged commit 6574200 into upload Mar 12, 2026
@muncool39 muncool39 deleted the min branch March 12, 2026 05:32
muncool39 added a commit that referenced this pull request Mar 12, 2026
* Min: 3월 2주차 문제 풀이 (#26)

* solve: 부분 문자열

* solve: 최소 회의실 개수

* solve: 카우버거

* Mun: 3월 2주차 문제 풀이 (#25)

* mun: 부분 문자열

* mun: 최소 회의실 개수

* solve: 카우버거

---------

Co-authored-by: SeoYeon Min <126096318+gitseoyeon@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants