-
-
Notifications
You must be signed in to change notification settings - Fork 195
[KwonNayeon] Week 14 #1090
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[KwonNayeon] Week 14 #1090
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BFS를 사용하여 문제를 풀어주셨네요!
DFS로 풀어보시는 것도 재미있는 도전이 될 것 같습니다.
공간 복잡도를 O(h), h는 재귀스택 만큼의 공간 으로 최적화 할 수 있을것 같아요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TonyKim9401 님 리뷰 감사합니다! DFS로도 한 번 풀어봐야겠어요 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생많으셨습니다!
저랑 같이 BFS로 푸셨는데, DFS로 풀어보셔도 좋을것 같아요.
풀이방법까지 상세하게 적어주신 점 너무 좋습니다. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
14주차 문제 풀이 고생하셨습니다!
문제들을 군더더기 없이 풀어주셔서 제 선에서는 특별히 크게 코멘트 드릴 부분이 없네요 :)
어느덧 15주차 마지막주가 다가왔네요.
아무쪼록 지난 15주 동안 릿코드 스터디가 많은 도움이 되셨으면 좋겠습니다.
다음주에 뵙겠습니다!
@jdy8739 님 리뷰 감사합니다! 👍 |
@TonyKim9401 님을 비롯한 코치님들, 원활한 스터디 진행을 위해 애써주시는 분들 덕분에 꾸준히 스터디에 참여할 수 있었던 것 같습니다! 문제 푸는 습관도 생기고, 도움이 많이 되었습니다. 감사합니다 😊 |
답안 제출 문제
체크 리스트
In Review
로 설정해주세요.