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

[권동현] Week 7 #945

Merged
merged 4 commits into from
Jan 25, 2025
Merged

[권동현] Week 7 #945

merged 4 commits into from
Jan 25, 2025

Conversation

kdh-92
Copy link
Contributor

@kdh-92 kdh-92 commented Jan 23, 2025

답안 제출 문제

체크 리스트

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

@kdh-92 kdh-92 requested a review from mintheon January 23, 2025 18:17
@kdh-92 kdh-92 requested a review from a team as a code owner January 23, 2025 18:17
@github-actions github-actions bot added the java label Jan 23, 2025
Copy link
Contributor

@obzva obzva left a comment

Choose a reason for hiding this comment

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

한 주 수고 많으셨습니다!!
approve 남기겠습니다 ㅎㅎㅎ

Comment on lines +2 to +3
// dp나 1차원 배열 2개를 이용하는 방식의 핵심은 결국 현재 값은 왼쪽 값과 상단 값이 더해진 값으로 이루어진다는 것이다.
// dp는 2차원 배열 공간 모두를 사용해야하지만, 1차원 배열 2개의 경우 2n의 공간을 이용해 현재 값을 만들어 나가게 된다.
Copy link
Contributor

Choose a reason for hiding this comment

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

최적화까지 해보신 점 너무 보기 좋습니다 :)
노파심에 말씀드리자면 두 방식 모두 dp입니다

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.

7주차 문제 풀이 고생하셨습니다.
가독성 좋게 작성되어 있고 설명 또한 간결하여 코드 리뷰하기 편했습니다.
특히나 Number of island 문제의 경우 queue를 사용하신 분을 처음봬서 공부가 되었습니다.
8주차 새해 복 많이 받으시고 문제 풀이도 파이팅입니다!

@TonyKim9401 TonyKim9401 merged commit 634e804 into DaleStudy:main Jan 25, 2025
3 checks 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.

3 participants