-
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
[정현준] 1주차 답안 제출 #298
[정현준] 1주차 답안 제출 #298
Conversation
jdalma
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
- Palindromic Substrings #267
오오 테스트 코드까지...! : ) 각 문제에 대한 시간복잡도와 공간복잡도도 올려주시면 좋을 것 같습니다~ |
PR 만드시고 나면 project 와 iterator 설정까지 부탁드립니다 : ) |
if (calc and 1 == 1) { | ||
count ++ | ||
} | ||
calc = calc shr 1 |
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.
코틀린은 >>
를 shr
으로 표현하는군요
자바 유저라 처음보는데 재밌네요 ㅎㅎ
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.
@jdalma 님, 답안 코드에서 고수의 향기가 나요!
감사합니다 ㅎㅎ 달래님 문제 해설 덕분에 여러 해결 방법들을 편하게 배우고 있습니다 ㅎㅎ |
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.
문제마다 다양한 방법으로 풀이 해 주셨네요 👍👍