-
-
Notifications
You must be signed in to change notification settings - Fork 304
[DaleSeo] WEEK 09 solutions #2061
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
Conversation
|
@DaleStudy review |
|
좋은 시도입니다! 이 구현은 중요한 부분인 Floyd의 사이클 감지 알고리즘을 잘 반영하고 있으며, 시간복잡도 O(n)과 상수 공간 O(1)를 명시하신 것도 매우 좋아요. 다만, 몇 가지 개선점을 제안드리고 싶습니다. 첫째, 둘째, 코드의 가독성을 위해 셋째, 이 알고리즘은 매우 표준적이고 효율적이지만, 만약 리스트가 매우 크거나 특정한 경우에 대비한 최적화가 필요하다면, 이 부분에 대해 언급하는 것도 좋을 것 같습니다. 마지막으로, 전체적으로 코드 스타일이 깔끔하고 이해하기 쉽습니다. 추가로, 혹시 타입에 대해 더 명확하게 하고 싶거나, Rust의 |
|
@DaleStudy approve |
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.
승인되었습니다! 👍
답안 제출 문제
작성자 체크 리스트
In Review로 설정해주세요.검토자 체크 리스트
Important
본인 답안 제출 뿐만 아니라 다른 분 PR 하나 이상을 반드시 검토를 해주셔야 합니다!