-
-
Notifications
You must be signed in to change notification settings - Fork 299
[YoungDaLee] WEEK 01 solutions #2015
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
base: main
Are you sure you want to change the base?
Conversation
|
👍 |
ymir0804
left a comment
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.
제출해주신 문제들 마다 Posix 표준 준수를 위해 마지막 줄 개행을 해주시면 병합 가능할 것 같습니다
ymir0804
left a comment
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.
문제들 마다 Posix 표준 준수를 위해 마지막 줄 개행을 해주시면 병합 가능할 것 같습니다
|
|
||
| func containsDuplicate(nums []int) bool { | ||
| numMap := make(map[int]bool) | ||
| for _, num := range nums { |
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.
golang을 잘 모르지만 직관적으로 확실하게 이해할 수 있는 코드인 것 같아요!
답안 제출 문제
작성자 체크 리스트
In Review로 설정해주세요.검토자 체크 리스트
Important
본인 답안 제출 뿐만 아니라 다른 분 PR 하나 이상을 반드시 검토를 해주셔야 합니다!