-
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
[pepper] Week 03 Solutions #402
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.
@whewchews 님 한 주 고생하셨습니다!
// SC: O(1) | ||
|
||
// # Solution 3: 재귀 | ||
const memo = { 1: 1, 2: 2 }; |
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.
안녕하세요 @whewchews 님! 사고과정을 잘 써주셔서 이해가 잘 됐습니다!
이 라인의 경우 인덱스가 숫자인 만큼 배열을 사용할수도 있을것같아요!
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
로 설정해주세요.