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

[Akku] week 7 #954

Merged
merged 1 commit into from
Jan 25, 2025
Merged

[Akku] week 7 #954

merged 1 commit into from
Jan 25, 2025

Conversation

imsosleepy
Copy link
Contributor

답안 제출 문제

체크 리스트

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

@imsosleepy imsosleepy self-assigned this Jan 25, 2025
@imsosleepy imsosleepy requested a review from a team as a code owner January 25, 2025 14:03
class Solution {
public ListNode reverseList(ListNode head) {
ListNode prev = null;
ListNode current = head;
Copy link
Contributor

Choose a reason for hiding this comment

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

current에 head를 넣어 사용한다면, head를 그대로 사용해도 괜찮지 않을까요?

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주차 문제 풀이 고생하셨습니다.
개인적으로 30분 정도 풀이 시도해보고 안풀리는 문제는 해설 또는 GPT를 통해 현재 코드에 어떤 문제가 있는지 파악하고 이해하고 다시 풀이 하는것도 큰 공부가 된다고 생각합니다!
5문제 모두 풀이 하시느라 고생 너무 많으셨고 가능하다면 시간, 공간 복잡고 및 그에 대한 설명이 추가되면 더욱 좋을것 같습니다.
8주차 새해 복 많이 받으시고 문제 풀이도 파이팅입니다!

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