-
Notifications
You must be signed in to change notification settings - Fork 126
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
[jdy8739] Week9 #980
[jdy8739] Week9 #980
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.
binary search 가 메인 포인트지만, 해당 문제의 경우 앞, 뒤 구획을 나누면서 푸는게 요점이라고 생각합니다.
잘 풀어주신것 같아요!
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.
해당 문제의 경우 LinkedList의 특징을 살려서 푸는것이 포인트입니다!
힌트를 조금 드리자면 head를 두 개의 노드에 할당하여 공간 복잡도를 O(1) 으로 풀 수 있을거에요.
이후에도 비슷한 문제가 나오니 지금 알아두시면 좋을것 같습니다!
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.
거북이와 토끼 알고리즘에 대해 알아보고 풀이 커밋했습니다! :)
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.
Hard 난이도의 문제임에도 불구하고 두 가지 알고리즘을 적절히 사용하셔서 잘 풀이하신것 같습니다.
고생하셨습니다!
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.
문제 풀이 실력이 너무 좋으신것 같습니다!
9주차 문제 풀이도 고생 많으셨습니다.
미리 approve 해드릴테니 남은 문제인 Pacific Atlantic Water Flow 는 페이스 맞추셔서 진행 후 머지해주시면 될것 같습니다.
10주차 문제 풀이도 파이팅 입니다!
아닙니다. 실력이 많이 부족해서 풀다가 풀이방법을 보고 다시 풀고 하면서 공부하는 단계입니다. 코멘트 주신 점을 토대로 공부하여 수정해보고 머지하겠습니다! |
답안 제출 문제
체크 리스트
In Review
로 설정해주세요.