-
-
Notifications
You must be signed in to change notification settings - Fork 303
[doh6077] WEEK 01 solutions #2003
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
Conversation
two-sum/doh6077.py
Outdated
| if diff in prevMap: | ||
| return [prevMap[diff], i] | ||
| prevMap[n] = i | ||
|
No newline at end of file |
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.
확인 감사드려요! 수정하도록 하겠습니다!
|
좋은 작업으로 여러 문제를 깔끔하게 해결하셨습니다! 특히 set 활용, 정렬 기반 연속 수 찾기, 딕셔너리 활용 등 효율적인 알고리즘을 채택하셨네요. 몇 가지 피드백 드리자면:
계속해서 좋은 성과 기대할게요! |
TonyKim9401
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.
1주차 문제 풀이 고생하셨습니다!
온보딩 및 스터디 적응 하시는데 앞으로 조금 더 힘내주시고 앞으로의 15주간 여정 응원합니다.
2주차 문제 풀이도 파이팅입니다!
답안 제출 문제
작성자 체크 리스트
In Review로 설정해주세요.검토자 체크 리스트
Important
본인 답안 제출 뿐만 아니라 다른 분 PR 하나 이상을 반드시 검토를 해주셔야 합니다!