-
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
[kayden] Week 03 Solutions #393
Conversation
숙지했습니다로 착각했네요ㅋㅋㅋㅋㅋ😅 |
@@ -0,0 +1,12 @@ | |||
# 시간복잡도: O(N) | |||
# 공간복잡도: O(N) |
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.
아 dp 를 사용하셨군요! 공간복잡도를 O(1)
로 줄일 수도 있는데 시간 되실 때 시도해보시면 좋을 것 같습니다!
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.
답변 감사합니다! 다시 보니, 변수 두개로도 가능하겠군요!
@kjb512 3주차 마감이 임박했으니 PR을 Ready for review로 전환하시고 프로젝트에서 Status를 In Review로 설정 부탁드리겠습니다. |
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.
수고하셨습니다.
@@ -0,0 +1,18 @@ | |||
# 시간복잡도: O(N) | |||
# 공간복잡도: out 제외시 O(1) |
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.
오해가 없도록 out 제외시
라고 붙여주셔서 좋네요!
답안 제출 문제
체크 리스트
In Review
로 설정해주세요.