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 81e202d commit 074bd58Copy full SHA for 074bd58
kth-smallest-element-in-a-bst/hwanminini.js
@@ -1,4 +1,4 @@
1
-// 시간 복잡도: O(n)
+// 시간 복잡도: O(n log n)
2
// 공간 복잡도: O(n)
3
4
/**
0 commit comments