-
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
[gmlwls96] Week3 #764
[gmlwls96] Week3 #764
Conversation
two-sum/gmlwls96.kt
Outdated
@@ -0,0 +1,29 @@ | |||
class Solution { | |||
// 시간 : O(logN), 공간(2N) |
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.
안녕하세요 코치 Flynn입니다 😀
Big O 분석에 도움이 될만한 링크 첨부하겠습니다
참고하시면 좋을 것 같아요
https://discord.com/channels/775115965964222492/1313636223058972703/1314140425216327731
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.
수고하셨습니다~
답안 제출 문제
체크 리스트
In Review
로 설정해주세요.