Skip to content

Commit 074bd58

Browse files
committed
feat: 시간 복잡도 수정
1 parent 81e202d commit 074bd58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kth-smallest-element-in-a-bst/hwanminini.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// 시간 복잡도: O(n)
1+
// 시간 복잡도: O(n log n)
22
// 공간 복잡도: O(n)
33

44
/**

0 commit comments

Comments
 (0)