This repository was archived by the owner on Mar 18, 2024. It is now read-only.
[2023-09-20] dohyun #238#256
Merged
Merged
Conversation
Closed
Woo-Yeol
approved these changes
Sep 20, 2023
Member
Woo-Yeol
left a comment
There was a problem hiding this comment.
DP 문제들이 한 번에 솔루션이 안떠오르면 너무 힘들어지는 것 같아요 ㅠㅠ 고생하셨습니다 도현님!
Member
There was a problem hiding this comment.
아 저도 이렇게 접근을 하다가 land[i][j]를 업데이트 하는 것이 더 좋겠다는 생각을 했었습니다! 고생하셨어요 도현님!
ksumini
approved these changes
Sep 20, 2023
Contributor
There was a problem hiding this comment.
dp 배열을 굳이 만들 필요없이 어차피 아래로 내려가는 구조니까 land배열을 그대로 사용하면 메모리 사용량을 줄일 수 있어요!!
zsmalla
approved these changes
Sep 20, 2023
Contributor
zsmalla
left a comment
There was a problem hiding this comment.
접근법은 잘 떠올리셨는데 아쉽네요 ㅠㅠ 참고하신 풀이도 메모리 측면에서 조금의 최적화가 가능하니 다음에 한 번 다시 도전해보시죠! 고생하셨습니다 도현님!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
PR Summary
풀이시간
접근법
회고
ISSUE NUMBER