-
-
Notifications
You must be signed in to change notification settings - Fork 195
[Evan] Week 3 #73
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
[Evan] Week 3 #73
Conversation
same-tree/evan.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.
Reason을 밑에 넣어주니 훨씬 보기 좋네요. 저도 참고하겠습니다!
maximum-depth-of-binary-tree/evan.js
Outdated
* | ||
* In the best case, where the tree is balanced, the height h is log(n), | ||
* leading to a space complexity of O(log(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.
요것만 마지막 줄 공백이 없네용.
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.
고생많으셨습니다!!
No description provided.