16-3 퇴사 완료, 16-4 병사 배치하기 완료 #119
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.

16-3 퇴사
바텀업 방식인데 위에서 아래로 내려오는 방식으로 해결하였습니다. DP 알고리즘이 익숙하지 않아서 복습하면서 풀어보니 생각보다 어려운 문제는 아니었네요ㅎㅎ
(자동으로 테스트가 진행되도록 코드를 작성했습니다)
16-4 병사 배치하기
뭔가 DP 알고리즘은 아니고 구현 파트처럼 해결하였습니다. 그냥 머릿속에서 생각한 방식을 그대로 코드로 바꿔보니 해결이 되었습니다....ㅎㅎ