-
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
[bus710] Week 1 #688
[bus710] Week 1 #688
Conversation
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.
첫주 문제 풀이 고생하셨습니다!
Map 자료구조를 활용하여 Key값이 중복된다면 true를 반환하는 풀이 방법을 사용해 주셨는데요.
이를 응용하여 Set을 사용하셔도 좋을것 같습니다.
List 값을 Set에 하나씩 넣으며 Map에서는 값이 중복된다면 true를 반환하고, Set에서는 값이 중복된다면 true를 반환하는 식으로 하면 어떨까 해요 :)
남은 14주 동안도 파이팅입니다! 많은 의견 공유 부탁드립니다!
@bus710 님! |
@TonyKim9401
|
Co-authored-by: Dongyeong Chon <dngyng1000@gmail.com>
답안 제출 문제
체크 리스트
In Review
로 설정해주세요.