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.
🔎 문제 소개
🖊️ 풀이
동적 계획법이라는 개념을 처음 접해 잘 이해되지 않아 어떤 방식으로 문제를 해결해야 하는지 아이디어를 찾아보고, 직접 구현했습니다. 특정 알고리즘이라기보다는 문제 해결 경향성? 에 더 가깝더라고요 ㅎㅎ,,,
코딩테스트에서 문제 해결 아이디어를 떠올리는 것 또한 중요한 점 중 하나이다 보니 문제를 직접 해결한 느낌은 아니라 아쉬웠습니다. 동적 계획법에 대해 더욱 깊이 공부해야겠네요!!