Skip to content

[reeseo3o] WEEK 14 solutions#2630

Merged
reeseo3o merged 4 commits into
DaleStudy:mainfrom
reeseo3o:main
Jun 6, 2026
Merged

[reeseo3o] WEEK 14 solutions#2630
reeseo3o merged 4 commits into
DaleStudy:mainfrom
reeseo3o:main

Conversation

@reeseo3o
Copy link
Copy Markdown
Contributor

@reeseo3o reeseo3o commented Jun 6, 2026

답안 제출 문제

작성자 체크 리스트

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

검토자 체크 리스트

Important

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

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

Comment thread counting-bits/reeseo3o.js
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.

🏷️ 알고리즘 패턴 분석

  • 패턴: Dynamic Programming, Bit Manipulation
  • 설명: 이 코드는 이전 결과를 활용하여 현재 값을 계산하는 동적 프로그래밍과, 비트 연산을 이용한 비트 조작 패턴을 사용합니다. 이를 통해 효율적으로 1비트 수를 계산합니다.

📊 시간/공간 복잡도 분석

복잡도
Time O(n)
Space O(n)

피드백: 배열을 한 번 채우는 반복문이 있으며, 각 i에 대해 이전 값과 비트 연산을 이용해 계산하므로 시간 복잡도는 선형입니다. 배열 크기만큼 공간을 사용합니다.

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

💡 풀이에 시간/공간 복잡도를 주석으로 남겨보세요!

@github-actions github-actions Bot added the js label Jun 6, 2026
@dalestudy
Copy link
Copy Markdown
Contributor

dalestudy Bot commented Jun 6, 2026

📊 reeseo3o 님의 학습 현황

이번 주 제출 문제

문제 난이도 유형 분석
counting-bits Easy ✅ 의도한 유형

누적 학습 요약

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

문제 풀이 현황

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

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

🔢 API 사용량 (gpt-4.1-nano)
요청 입력 토큰 출력 토큰 합계 비용
1 293 32 325 $0.000042

@reeseo3o
Copy link
Copy Markdown
Contributor Author

reeseo3o commented Jun 6, 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.

승인되었습니다! 👍

@reeseo3o reeseo3o merged commit 67ccb1a into DaleStudy:main Jun 6, 2026
3 checks passed
@github-project-automation github-project-automation Bot moved this from Solving to Completed in 리트코드 스터디 7기 Jun 6, 2026
@DaleSeo DaleSeo self-requested a review June 6, 2026 20:39
@DaleSeo
Copy link
Copy Markdown
Member

DaleSeo commented Jun 6, 2026

@reeseo3o 이미 셀프 승인이 되어 리뷰를 생략하겠습니다.

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