Skip to content

[robinyoon-dev] Week 09 Solutions#2574

Merged
SamTheKorean merged 1 commit intoDaleStudy:mainfrom
robinyoon-dev:main
May 3, 2026
Merged

[robinyoon-dev] Week 09 Solutions#2574
SamTheKorean merged 1 commit intoDaleStudy:mainfrom
robinyoon-dev:main

Conversation

@robinyoon-dev
Copy link
Copy Markdown
Contributor

@robinyoon-dev robinyoon-dev commented Apr 28, 2026

답안 제출 문제

작성자 체크 리스트

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

검토자 체크 리스트

Important

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

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

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.

🏷️ 알고리즘 패턴 분석

  • 패턴: Hash Map / Hash Set
  • 설명: 이 코드는 노드 방문 여부를 Hash Set에 저장하여 순회하며 순환 여부를 판단하는 방식으로, 해시 맵 또는 해시 셋을 사용하는 패턴에 속합니다.

@dalestudy
Copy link
Copy Markdown
Contributor

dalestudy Bot commented Apr 28, 2026

📊 시간/공간 복잡도 분석

linked-list-cycle

⚠️ 분석 결과가 없습니다.


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

@dalestudy
Copy link
Copy Markdown
Contributor

dalestudy Bot commented Apr 28, 2026

📊 robinyoon-dev 님의 학습 현황

이번 주 제출 문제

문제 난이도 유형 분석
linked-list-cycle Easy ⚠️ 유형 불일치

누적 학습 요약

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

문제 풀이 현황

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

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

🔢 API 사용량 (gpt-4.1-nano)
요청 입력 토큰 출력 토큰 합계 비용
1 401 38 439 $0.000055

Copy link
Copy Markdown
Contributor

@sadie100 sadie100 left a comment

Choose a reason for hiding this comment

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

안녕하세요! 전체적으로 깔끔하게 푸신것 같습니다.
간단한 리뷰 하나 남깁니다ㅎㅎ 이번주도 고생하셨어요~!


return result;

function findElementInDp(head) {
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.

findElementInDp 함수 내용 부분은 return visited.has(head) 로 간소화할 수 있을 것 같아요!

@SamTheKorean SamTheKorean merged commit 23d4979 into DaleStudy:main May 3, 2026
3 checks passed
@github-project-automation github-project-automation Bot moved this from Solving to Completed in 리트코드 스터디 7기 May 3, 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.

3 participants