-
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
[Wan] Week 4 #830
[Wan] Week 4 #830
Conversation
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.
@taewanseoul 님, 아직 풀이중이신 것으로 보여 우선 코멘트만 남기겠습니다!
*/ | ||
|
||
// O(n + m) time | ||
// O(1) space |
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.
list1과 list2이 있으니 O(n + m)이 되겠군요...!
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.
LGTM. 이번주도 고생하셨습니다!
답안 제출 문제
체크 리스트
In Review
로 설정해주세요.