We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4c5b47 commit 448f741Copy full SHA for 448f741
find-minimum-in-rotated-sorted-array/krokerdile.js
@@ -23,4 +23,4 @@ var findMin = function(nums) {
23
};
24
25
// 시간 복잡도: O(log n), 이진 탐색으로 탐색 범위를 절반씩 줄여나감
26
-// 공간 복잡도: O(1), 추가적인 공간을 사용하지 않음
+// 공간 복잡도: O(1), 추가적인 공간을 사용하지 않음
0 commit comments