-
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
[BEMELON][WEEK 01](Python) 리트코드 문제 풀이 #300
Conversation
BEMELON
commented
Aug 11, 2024
•
edited
Loading
edited
- Contains Duplicate #217
- Number of 1 Bits #232
- Top K Frequent Elements #237
- Kth Smallest Element In a Bst #252
- FollowUp
- Palindromic Substrings #267
코드 작성하신 것 잘 보았습니다 👍 개인적인 질문인데 다들 237을 중복으로 작성하셔서 질문드려봅니다 : ) |
저는 #299 PR에 있는 내용을 스리슬쩍 가져왔는데, 여기서도 중복이 있네요 😂 |
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.
Set 활용이 잘 된것 같습니다!
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.
재귀는 생각하지 못했는데, bit 연산을 최적화하여 잘 사용하신것 같습니다!
@TonyKim9401 안녕하세요 혹시 추가로 검토해주실 내용이 없다면 Approve 부탁드릴게요 ㅎㅎ 🙏 |
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.
파이썬 코드를 잘 몰라서.. 그래도 시간, 공간 복잡도를 효율 좋게 풀으신것 같습니다. 고생하셨습니다!