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 a9c3651 commit cb69850Copy full SHA for cb69850
kth-smallest-element-in-a-bst/minji-go.java
@@ -4,7 +4,7 @@
4
* <li>Topics: Tree, Depth-First Search, Binary Search Tree, Binary Tree</li>
5
* <li>Time Complexity: O(N), Runtime 0ms </li>
6
* <li>Space Complexity: O(H), Memory 44.5MB</li>
7
- * <li>Note: if the BST is modified often,
+ * <li>Note: if the BST is modified often,
8
*/
9
class Solution {
10
public int kthSmallest(TreeNode root, int k) {
0 commit comments