-
-
Notifications
You must be signed in to change notification settings - Fork 302
[dylan-jung] WEEK 01 solutions #1984
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
sonjh1217
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.
다섯 문제를 다 하시다니 대단하십니다! 문제별로 간단하게 시간복잡도랑 공간복잡도도 계산해서 적어보시면 좋을것같습니다
| } | ||
| return {}; | ||
| } | ||
| }; |
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.
좋은 풀이인데요! 복잡도가 nlogn이라 복잡도 n인 해시맵 풀이법도 해보시면 좋을 것 같습니답!
|
말씀해주신 대로 시간복잡도와 공간복잡도에 대한 코멘트를 달아두었고, two sum / top-k-freq / house-robber 문제에 대해선 조금 더 효율화 할 수 있어서 효율화 진행했습니다! 읽어보시고 더 피드백 주실 게 없다면 머지 진행하겠습니다. |
답안 제출 문제
작성자 체크 리스트
In Review로 설정해주세요.검토자 체크 리스트