허준혁 / 10월 2주차 / 목 & 10월 3주차 / 월, 목 #273
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🎈boj 2792 - 보석 상자
🗨 해결방법 :
매개 변수 탐색으로 풀었습니다.
📝메모 :
✔코드 :
🎈boj 16234 - 인구 이동
🗨 해결방법 :
bfs로 풀었습니다.
📝메모 :
✔코드 :
🎈boj 16719 - ZOAC
🗨 해결방법 :
재귀로 풀었습니다.
📝메모 :
✔코드 :
🎈boj 1701 - Cubeditor
🗨 해결방법 :
KMP 알고리즘을 이용하여 풀었습니다.
📝메모 :
✔코드 :
🎈boj 4811 - 알약
🗨 해결방법 :
dp로 풀었습니다.
📝메모 :
✔코드 :
🎈boj 16197 - 두 동전
🗨 해결방법 :
bfs로 풀었습니다.
📝메모 :
✔코드 :
🎈boj 17951 - 흩날리는 시험지 속에서 내 평점이 느껴진거야
🗨 해결방법 :
매개 변수 탐색으로 풀었습니다
📝메모 :
✔코드 :
🎈boj 3066 - 브리징 시그널
🗨 해결방법 :
LIS 알고리즘으로 풀었습니다.
📝메모 :
✔코드 :
🎈boj 17297 - Messi Gimossi
🗨 해결방법 :
분할정복 + 재귀로 풀었습니다.
📝메모 :
9월 4주차 PR으로 올렸습니다.
✔코드 :
🎈boj 15989 - 1, 2, 3 더하기 4
🗨 해결방법 :
dp로 풀었습니다
📝메모 :
✔코드 :
🎈boj 2661 - 좋은수열
🗨 해결방법 :
백트래킹으로 풀었습니다.
📝메모 :
✔코드 :