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 c302622 commit 72b3f50Copy full SHA for 72b3f50
validate-binary-search-tree/jeongwoo903.js
@@ -28,4 +28,4 @@ var isValidBST = function(root) {
28
}
29
30
return bst(root, -Infinity, Infinity);
31
-};
+};
0 commit comments