Skip to content

Commit

Permalink
Rename 230-Kth-Smallest-Element-in-a-BST.kt to 230-Kth-Smallest-Eleme…
Browse files Browse the repository at this point in the history
…nt-In-A-BST.kt
  • Loading branch information
Ahmad-A0 authored Sep 17, 2022
1 parent c0a7c3b commit 4425539
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ class Solution {
currentNode = tempNode.right
}
}
}
}

0 comments on commit 4425539

Please sign in to comment.