Skip to content

Commit 75ac482

Browse files
committed
Upd readme
1 parent c21053f commit 75ac482

File tree

1 file changed

+1
-1
lines changed
  • src/test/kotlin/com/igorwojda/tree/binarytree/validate

1 file changed

+1
-1
lines changed

src/test/kotlin/com/igorwojda/tree/binarytree/validate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ every node's right hand child is greater than the parent
1111

1212
Requirements that are always true for any given node in `Binary Search Tree`:
1313
- parent node value is always
14-
greater then value of *all* nodes in the left subtree
14+
greater than value of *all* nodes in the left subtree
1515
and less than value of *all* nodes in the right subtree
1616
- left node value is also a valid BST
1717
- right node value is also a valid BST

0 commit comments

Comments
 (0)