Skip to content

[DaleSeo] WEEK 11 Solutions#2605

Merged
DaleSeo merged 1 commit into
mainfrom
worktree-week11-graph-merge-bt
May 23, 2026
Merged

[DaleSeo] WEEK 11 Solutions#2605
DaleSeo merged 1 commit into
mainfrom
worktree-week11-graph-merge-bt

Conversation

@DaleSeo
Copy link
Copy Markdown
Member

@DaleSeo DaleSeo commented May 16, 2026

작성자 체크 리스트

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

검토자 체크 리스트

Important

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

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

Comment thread reorder-list/DaleSeo.rs
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🏷️ 알고리즘 패턴 분석

  • 패턴: Fast & Slow Pointers, Reverse Linked List
  • 설명: 이 코드는 빠른/느린 포인터를 활용하여 리스트를 반으로 나누고, 뒤집기 위해 역순 연결 리스트를 만든 후 병합하는 방식으로 문제를 해결합니다.

📊 시간/공간 복잡도 분석

유저 분석 실제 분석 결과
Time O(n) O(n)
Space O(1) O(1)

피드백: 리스트 길이 계산, 절반 찾기, 뒤집기, 병합의 각 단계가 모두 리스트 크기 비례하는 선형 시간에 수행됩니다. 추가 공간은 포인터 변수들만 사용하므로 상수입니다.

개선 제안: 현재 구현이 적절해 보입니다.

@dalestudy
Copy link
Copy Markdown
Contributor

dalestudy Bot commented May 16, 2026

📊 DaleSeo 님의 학습 현황

이번 주 제출 문제

문제 난이도 유형 분석
reorder-list Medium ⚠️ 유형 불일치

누적 학습 요약

  • 풀이한 문제: 9 / 75개
  • 이번 주 유형 일치율: 0% (1문제 중 0문제 일치)

문제 풀이 현황

카테고리 진행도 완료
Array ■■□□□□□ 3 / 10 (Medium 2, Easy 1)
String ■■□□□□□ 3 / 10 (Medium 3)
Graph ■□□□□□□ 1 / 8 (Medium 1)
Dynamic Programming ■□□□□□□ 1 / 11 (Easy 1)
Tree ■□□□□□□ 1 / 14 (Easy 1)
Binary □□□□□□□ 0 / 5 ← 아직 시작 안 함
Interval □□□□□□□ 0 / 5 ← 아직 시작 안 함
Linked List □□□□□□□ 0 / 6 ← 아직 시작 안 함
Matrix □□□□□□□ 0 / 4 ← 아직 시작 안 함
Heap □□□□□□□ 0 / 3 ← 아직 시작 안 함

🤖 이 댓글은 GitHub App을 통해 자동으로 작성되었습니다.

🔢 API 사용량 (gpt-4.1-nano)
요청 입력 토큰 출력 토큰 합계 비용
1 470 41 511 $0.000063

@DaleSeo DaleSeo changed the title reorder-list [DaleSeo] WEEK 11 Solutions May 16, 2026
@DaleSeo
Copy link
Copy Markdown
Member Author

DaleSeo commented May 23, 2026

@DaleStudy 승인

Copy link
Copy Markdown
Contributor

@dalestudy dalestudy Bot left a comment

Choose a reason for hiding this comment

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

승인되었습니다! 👍

@DaleSeo DaleSeo merged commit fd5b98c into main May 23, 2026
3 checks passed
@DaleSeo DaleSeo deleted the worktree-week11-graph-merge-bt branch May 23, 2026 18:50
@github-project-automation github-project-automation Bot moved this from Solving to Completed in 리트코드 스터디 7기 May 23, 2026
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.

1 participant