Skip to content

Conversation

@juhui-jeong
Copy link
Contributor

@juhui-jeong juhui-jeong commented Nov 22, 2025

답안 제출 문제

작성자 체크 리스트

  • Projects의 오른쪽 버튼(▼)을 눌러 확장한 뒤, Week를 현재 주차로 설정해주세요.
  • 문제를 모두 푸시면 프로젝트에서 StatusIn Review로 설정해주세요.
  • 코드 검토자 1분 이상으로부터 승인을 받으셨다면 PR을 병합해주세요.

검토자 체크 리스트

Important

본인 답안 제출 뿐만 아니라 다른 분 PR 하나 이상을 반드시 검토를 해주셔야 합니다!

  • 바로 이전에 올라온 PR에 본인을 코드 리뷰어로 추가해주세요.
  • 본인이 검토해야하는 PR의 답안 코드에 피드백을 주세요.
  • 토요일 전까지 PR을 병합할 수 있도록 승인해주세요.

@juhui-jeong
Copy link
Contributor Author

@DaleStudy 리뷰해주세요!

@dalestudy
Copy link
Contributor

dalestudy bot commented Nov 22, 2025

전체적으로 깔끔하고 효율적인 코드입니다! climbStairs는 피보나치 수열 접근이 적절하며, 공간과 시간 복잡도도 최적입니다. productExceptSelf는 왼쪽과 오른쪽 곱셈을 분리하여 O(n) 시간에 해결한 점이 좋습니다. 다만, 주석에 "Time Limit Exceeded" 코드를 남기셨는데, 이는 참고용으로 좋고, 제출 시 제거하는 것도 고려해보세요. isAnagram은 배열을 이용한 카운팅 방식으로 효율적이며, 정렬 방식보다 빠를 수 있어 좋습니다. 전체적으로 깔끔하고 이해하기 쉽습니다!

@chjung99
Copy link
Contributor

코드가 깔끔하고 효율적인 것 같습니다! 고생하셨습니다!

@chjung99 chjung99 self-requested a review November 22, 2025 08:30
@chjung99 chjung99 closed this Nov 22, 2025
@chjung99 chjung99 reopened this Nov 22, 2025
Copy link
Contributor

@chjung99 chjung99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

코드가 깔끔하고 효율적인 것 같습니다! 고생하셨습니다!

@TonyKim9401 TonyKim9401 merged commit f41c56a into DaleStudy:main Nov 23, 2025
6 checks passed
@github-project-automation github-project-automation bot moved this from In Review to Completed in 리트코드 스터디 6기 Nov 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Completed

Development

Successfully merging this pull request may close these issues.

3 participants