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 c21053f commit 75ac482Copy full SHA for 75ac482
src/test/kotlin/com/igorwojda/tree/binarytree/validate/README.md
@@ -11,7 +11,7 @@ every node's right hand child is greater than the parent
11
12
Requirements that are always true for any given node in `Binary Search Tree`:
13
- parent node value is always
14
- greater then value of *all* nodes in the left subtree
+ greater than value of *all* nodes in the left subtree
15
and less than value of *all* nodes in the right subtree
16
- left node value is also a valid BST
17
- right node value is also a valid BST
0 commit comments