Skip to content

Commit

Permalink
feat: 시간 복잡도 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JEONGHWANMIN committed Aug 18, 2024
1 parent 81e202d commit 074bd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kth-smallest-element-in-a-bst/hwanminini.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 시간 복잡도: O(n)
// 시간 복잡도: O(n log n)
// 공간 복잡도: O(n)

/**
Expand Down

0 comments on commit 074bd58

Please sign in to comment.