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 bfebdd2 commit 400b4d6Copy full SHA for 400b4d6
kth-smallest-element-in-a-bst/hwanminini.js
@@ -26,4 +26,4 @@ var kthSmallest = function(root, k) {
26
dfs(root)
27
28
return results[k-1]
29
-};
+};
0 commit comments