Skip to content

Commit 0d82c32

Browse files
committed
Fix typo
1 parent 810602d commit 0d82c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Time Complexity: O(n log n)
1+
// Time Complexity: O(log n)
22
// Space Complexity: O(1)
33

44
var findMin = function(nums) {

0 commit comments

Comments
 (0)