-
Notifications
You must be signed in to change notification settings - Fork 116
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
[재호] WEEK 13 Solutions #588
Conversation
좋은 풀이 감사합니다. 한 주도 수고 많으셨습니다. |
} | ||
} | ||
|
||
return null; |
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.
null을 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.
문제에 의하면 공통 조상은 무조건 있기 때문에 line 32~33을 작성하지 않아도 됨으로 제거하도록 하겠습니다.
house-robber/wogha95.js
Outdated
let prevprevprev = nums[0]; | ||
let prevprev = nums[1]; | ||
let prev = nums[0] + nums[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.
변수명이 재미있네요
요거는 찾아보니 권한 문제가 있네요 대안을 찾기 전까지 일단 revert 해두는 게 좋을 것 같아 PR 하나 올리겠습니다 -> 여기에 올렸어용 |
13주차가 병합되기 전에 14주차 푼 문제들이 같이 반영되었습니다. |
답안 제출 문제
체크 리스트
In Review
로 설정해주세요.