Skip to content
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

Merged
merged 6 commits into from
Feb 6, 2025
Merged

[jdy8739] Week9 #980

merged 6 commits into from
Feb 6, 2025

Conversation

jdy8739
Copy link
Contributor

@jdy8739 jdy8739 commented Feb 1, 2025

답안 제출 문제

체크 리스트

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

@jdy8739 jdy8739 requested a review from a team as a code owner February 1, 2025 16:00
@github-actions github-actions bot added the js label Feb 1, 2025
@jdy8739 jdy8739 requested a review from anniemon February 1, 2025 16:01
Copy link
Contributor

Choose a reason for hiding this comment

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

binary search 가 메인 포인트지만, 해당 문제의 경우 앞, 뒤 구획을 나누면서 푸는게 요점이라고 생각합니다.
잘 풀어주신것 같아요!

Copy link
Contributor

Choose a reason for hiding this comment

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

해당 문제의 경우 LinkedList의 특징을 살려서 푸는것이 포인트입니다!
힌트를 조금 드리자면 head를 두 개의 노드에 할당하여 공간 복잡도를 O(1) 으로 풀 수 있을거에요.
이후에도 비슷한 문제가 나오니 지금 알아두시면 좋을것 같습니다!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

거북이와 토끼 알고리즘에 대해 알아보고 풀이 커밋했습니다! :)

Copy link
Contributor

Choose a reason for hiding this comment

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

Hard 난이도의 문제임에도 불구하고 두 가지 알고리즘을 적절히 사용하셔서 잘 풀이하신것 같습니다.
고생하셨습니다!

Copy link
Contributor

@TonyKim9401 TonyKim9401 left a 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주차 문제 풀이도 파이팅 입니다!

@jdy8739
Copy link
Contributor Author

jdy8739 commented Feb 5, 2025

문제 풀이 실력이 너무 좋으신것 같습니다! 9주차 문제 풀이도 고생 많으셨습니다. 미리 approve 해드릴테니 남은 문제인 Pacific Atlantic Water Flow 는 페이스 맞추셔서 진행 후 머지해주시면 될것 같습니다. 10주차 문제 풀이도 파이팅 입니다!

아닙니다. 실력이 많이 부족해서 풀다가 풀이방법을 보고 다시 풀고 하면서 공부하는 단계입니다.
좋게 봐주셔서 감사합니다. :)

코멘트 주신 점을 토대로 공부하여 수정해보고 머지하겠습니다!

@jdy8739 jdy8739 merged commit 532fe03 into DaleStudy:main Feb 6, 2025
1 check passed
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.

2 participants