This repository was archived by the owner on Mar 18, 2024. It is now read-only.
[2023-09-08] dohyun #184#213
Merged
Merged
Conversation
Closed
zsmalla
approved these changes
Sep 11, 2023
Contributor
zsmalla
left a comment
There was a problem hiding this comment.
BFS로 잘 풀이해내셨네요! 조건에 대한 접근도 잘 진행해주신 것 같습니다. 인덱스를 활용해서 BFS를 해주셨는데, 비교를 인덱스끼리가 아니라 인덱스로 words 리스트를 참조해서 수행하셨으면 조금 더 이해 측면에서 편리하셨을 것 같다는 생각이 드네요. 고려해보시면 좋을 것 같습니다. 고생하셨습니다!
Contributor
There was a problem hiding this comment.
밑의 BFS를 인덱스를 활용해서 풀이하셨는데, 이 라인의 과정 없이 인덱스를 활용할 때 words 리스트를 인덱스로 참조해서 비교한는 방식으로 풀이하셨어도 가독성 측면에서 좋았을 것 같습니다.
ksumini
approved these changes
Sep 11, 2023
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