-
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
[gitsunmin] WEEK 2 Solution #362
Conversation
gitsunmin
commented
Aug 23, 2024
- Valid Anagram #218
- Counting Bits #233
- Encode and Decode Strings #238
- Construct Binary Tree From Preorder And Inorder Traversal #253
- Decode Ways #268
* https://www.lintcode.com/problem/659/ | ||
* time complexity : O(n) | ||
* space complexity : O(n) | ||
* ! emoji는 입력에서 제외한다. |
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.
수고하셨습니다! 마감이 시간이 좀 촉박하여 코드 리뷰를 자세히 못 드리는 점 양해 부탁드립니다.