-
-
Notifications
You must be signed in to change notification settings - Fork 303
[deepInTheWoodz] WEEK 01 solutions #2011
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
hyunolike
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.
👍
|
우선, 여러 문제에 대한 깔끔한 해결책을 제출해 주셔서 감사드려요! 전반적으로 가독성이 좋고 효율적인 접근법들이 많아 인상적입니다. 몇 가지 개선점과 피드백을 드리자면:
전체적으로, 좋은 방향성을 유지하면서 약간의 최적화와 명확성 표기를 더한다면 더욱 뛰어난 코드가 될 것 같습니다. 계속해서 좋은 문제 해결 기대할게요! |
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주차 문제 풀이도 파이팅입니다!
| counter[num] = 1 | ||
|
|
||
| return [num[0] for num in sorted(counter.items(), key=lambda x: x[1])[-k:]] | ||
|
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.
첫 주 고생 많으셨습니다 🚀 추가로, 정상적인 병합을 위해 파일의 마지막에 개행 문자를 추가해주시면 감사드리겠습니다!
답안 제출 문제
작성자 체크 리스트
In Review로 설정해주세요.검토자 체크 리스트
Important
본인 답안 제출 뿐만 아니라 다른 분 PR 하나 이상을 반드시 검토를 해주셔야 합니다!