Skip to content

Conversation

choidabom
Copy link
Contributor

@choidabom choidabom commented Dec 11, 2024

답안 제출 문제

체크 리스트

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

@choidabom choidabom added the js label Dec 11, 2024
@choidabom choidabom self-assigned this Dec 11, 2024
@choidabom choidabom requested a review from a team as a code owner December 11, 2024 05:41
Comment on lines +13 to +14
const alphanumeric = getAlphanumeric(s)
return alphanumeric === alphanumeric.split("").reverse().join("")
Copy link
Contributor

Choose a reason for hiding this comment

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

검증 부분을 메서드화 하신 부분이 좋은것 같습니다 :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

리뷰 감사합니다 !

Copy link
Contributor

@HC-kang HC-kang left a comment

Choose a reason for hiding this comment

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

@choidabom 님, 깔끔한 풀이에 복잡도 분석까지 해주시니 정말 좋습니다!

다른 분들과도 의견 나누시면서, 코드를 좀 더 최적화 할 기회가 있었다면 더 좋았을텐데 아쉽네요!
다음 주차에는 좀 더 많은 상호 리뷰와 교류가 있었으면 좋겠습니다! 앞으로도 좋은 풀이 부탁드릴게요!

비록 아직 Solving 단계이시지만, 마감 시간이 다가온 관계로 리뷰 및 승인 드립니다!

* @return {boolean}
*/
var containsDuplicate = function(nums) {
return new Set(nums).size !== nums.length
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@choidabom choidabom merged commit f6faac3 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.

3 participants