-
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
[Chaedie] Week 9 #996
[Chaedie] Week 9 #996
Conversation
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.
안녕하세요 Chadie님 :)
9주차도 수고 많으셨습니다
아직 풀이 중이신 것 같지만 미리 approve 남겨놓겠습니다
Solution: | ||
1) 순회하며 이전 값이 현재 값보다 크거나 같다면 현재 값이 최소값이다. | ||
2) 끝까지 돌아도 최소값이 없을 경우 첫번쨰 값이 최소값이다. | ||
Time: O(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.
문제 조건에 이런게 있습니다 😔
You must write an algorithm that runs in O(log n) time.
이 문제의 난이도가 medium인 이유..
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.
헛... 해당 조건을 놓쳤네요 감사합니다.. 이게 medium이라고? 하면서 풀었네요.. 😅
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.
binary search 풀이도 추가했습니다..!
답안 제출 문제
체크 리스트
In Review
로 설정해주세요.