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

[donghyeon95] Week 7 #953

Merged
merged 6 commits into from
Jan 25, 2025
Merged

[donghyeon95] Week 7 #953

merged 6 commits into from
Jan 25, 2025

Conversation

donghyeon95
Copy link
Contributor

@donghyeon95 donghyeon95 commented Jan 25, 2025

답안 제출 문제

체크 리스트

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

@donghyeon95 donghyeon95 requested a review from a team as a code owner January 25, 2025 11:28
@github-actions github-actions bot added the java label Jan 25, 2025
@donghyeon95 donghyeon95 requested review from Jeldo and HodaeSsi January 25, 2025 11:29
Comment on lines +27 to +28
int newX = x + move[0];
int newY = y + move[1];
Copy link
Contributor

Choose a reason for hiding this comment

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

오.. 이러면 테두리 경계값을 따로 확인하지 않아도 넘어갈 일이 없겠군요..!

ListNode result = null;

while(head != null) {
ListNode nextNode = new ListNode(head.val);
Copy link
Contributor

Choose a reason for hiding this comment

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

ListNode nextNode = head.next 로 한다면 공간 복잡도를 O(1) 으로 줄일 수 있지 않을까요?

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주차 문제 풀이 고생하셨습니다.
같은 자바 사용자로서 코드 리뷰하면서 가독성이 좋아 편했습니다!
시간적 여유가 있으시다면 시간, 공간 복잡도 표기 및 그에 대한 이유도 함께 적어주시면 더욱 좋을것 같습니다.
8주차 새해 복 많이 받으시고 문제 풀이도 파이팅입니다!

@TonyKim9401 TonyKim9401 merged commit cc778ac 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.

2 participants