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 edb8398 commit 73ea4abCopy full SHA for 73ea4ab
find-minimum-in-rotated-sorted-array/wogha95.js
@@ -1,6 +1,6 @@
1
/**
2
* TC: O(log N)
3
- * 이진탐색으로 log N으로 계산
+ * 문제에 명시된 log N 복잡도를 갖기위해 이진탐색
4
*
5
* SC: O(1)
6
*/
0 commit comments