-
-
Notifications
You must be signed in to change notification settings - Fork 204
[uraflower] WEEK 03 solutions #1285
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
// t: target | ||
// 시간복잡도: O(2^t) | ||
// 공간복잡도: O(t) |
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.
제가 알고리즘 풀이가 처음이라 복잡도 계산을 잘 모릅니다... 같이 해드릴수가 없어서 죄송합니다ㅠㅠ
number-of-1-bits/uraflower.js
Outdated
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.
문자열을 배열로 변환해서 filter하시는 아이디어가 참신해요!
uraflower님의 풀이 보고 저도 열심히 공부하고 있습니다.
3주차도 끝까지 화이팅입니다 :)
답안 제출 문제
작성자 체크 리스트
In Review
로 설정해주세요.검토자 체크 리스트
Important
본인 답안 제출 뿐만 아니라 다른 분 PR 하나 이상을 반드시 검토를 해주셔야 합니다!