This repository was archived by the owner on Mar 18, 2024. It is now read-only.
[2023-09-04] sumin #163#189
Merged
Merged
Conversation
Closed
limstonestone
approved these changes
Sep 4, 2023
Contributor
limstonestone
left a comment
There was a problem hiding this comment.
벽을 포함한 board 를 만드셔서 value 자체로 다 해결하는 로직이 아주 통일성있고 깔끔한 것 같습니다!!
감사합니다~!
Woo-Yeol
approved these changes
Sep 4, 2023
Member
Woo-Yeol
left a comment
There was a problem hiding this comment.
풀이를 잘 설명해주셔서 궁금한 점 없이 잘 마무리 할 수 있었습니다! 고생하셨습니다. 수민님!
zsmalla
approved these changes
Sep 5, 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
풀이시간: 40분
<input>
<solution>
<시간복잡도>
O(N^2 + K + L)