[Baekjoon-14501] 타임어택 문제 풀이 #166
Open
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.
dp... dp가 맞나? dp 언제 익숙해지지....
i번째 날에 상담을 진행했다면, j일 이후(상담 종료 후) 배열을 모두 업데이트하는 방식을 생각했습니다.
얼떨결에 풀고 나서.... 이게 왜 최적해인지 이해하는 데 시간이 더 걸렸던 것 같습니다...
PR 중에 역방향으로 푼다는 얘기 있던데.... 다음에(...!!) 꼭 해보겠습니다!!