-
Notifications
You must be signed in to change notification settings - Fork 126
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
[Zioq] Week 1 #675
[Zioq] Week 1 #675
Conversation
contains-duplicate/Zioq.js
Outdated
if(dup_set.size !== nums.length) { | ||
return true | ||
} | ||
return false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
return 자체를 비교문으로 하면 어떨까요?
return dup_set.size !== nums.length
같이요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이렇게 하는 방법도 있었군요 :) 좀 더 코드가 심플해지겠어요 감사합니다 ;)
첫주 문제 풀이 하시느라 고생 많으셔요 :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고 많으셨습니다!
linlint 체크가 실패하고 있어서 승인을 받으셔도 PR 병합이 불가능하실 거에요.
아래의 공지를 참고하셔서 조치 부탁드립니다.
#664 (comment)
답안 제출 문제
체크 리스트