We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810602d commit 0d82c32Copy full SHA for 0d82c32
find-minimum-in-rotated-sorted-array/yolophg.js
@@ -1,4 +1,4 @@
1
-// Time Complexity: O(n log n)
+// Time Complexity: O(log n)
2
// Space Complexity: O(1)
3
4
var findMin = function(nums) {
0 commit comments