Skip to content

[yoonthecoder] Week 1 #635

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

Merged
merged 4 commits into from
Dec 15, 2024
Merged

[yoonthecoder] Week 1 #635

merged 4 commits into from
Dec 15, 2024

Conversation

yoonthecoder
Copy link
Contributor

@yoonthecoder yoonthecoder commented Dec 4, 2024

답안 제출 문제

체크 리스트

  • PR을 프로젝트에 추가하고 Week를 현재 주차로 설정해주세요.
  • 바로 앞에 PR을 열어주신 분을 코드 검토자로 지정해주세요.
  • 문제를 모두 푸시면 프로젝트에서 Status를 In Review로 설정해주세요.
  • 코드 검토자 1분 이상으로부터 승인을 받으셨다면 PR을 병합해주세요.

@yoonthecoder yoonthecoder added the js label Dec 4, 2024
@yoonthecoder yoonthecoder requested a review from a team as a code owner December 4, 2024 21:24
@HC-kang HC-kang requested a review from lylaminju December 8, 2024 01:09
@HC-kang HC-kang assigned yoonthecoder and unassigned lylaminju Dec 8, 2024
@HC-kang
Copy link
Contributor

HC-kang commented Dec 8, 2024

@yoonthecoder님 안녕하세요!
리뷰어 대신 Assignees에 이전 작성자분을 등록해주신 것 같네요!
우선 제가 임의로 조정해두도록 하겠습니다!

Copy link
Member

@DaleSeo DaleSeo left a comment

Choose a reason for hiding this comment

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

수고하셨습니다. 잘 푸셨어요!

image

return nums.length === 0 ? 0 : countSet.size + 1;
};

// Time complexity: O(nlogn) => TODO: need to improve this to O(n)
Copy link
Member

Choose a reason for hiding this comment

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

알고리즘 개선 작업을 계획하고 계신 것 같은데, 현재 답안도 충분히 훌륭한 것 같아서 PR은 승인해드리도록 하겠습니다. 승인 후에 추가 커밋을 푸시하셔도 승인이 취소되거나 하지는 않으니 자유롭게 추가 작업하시기 바랍니다.

@yoonthecoder yoonthecoder merged commit 4d1540b into DaleStudy:main Dec 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

5 participants