Skip to content

Commit 73ea4ab

Browse files
committed
solve: find minimum in rotated sorted array
1 parent edb8398 commit 73ea4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

find-minimum-in-rotated-sorted-array/wogha95.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* TC: O(log N)
3-
* 이진탐색으로 log N으로 계산
3+
* 문제에 명시된 log N 복잡도를 갖기위해 이진탐색
44
*
55
* SC: O(1)
66
*/

0 commit comments

Comments
 (0)