Skip to content

Commit 01b505f

Browse files
committed
refactor(cpp): rename 'BinaryTree' to 'BinarySearchTree'
The 'Node *insert(Node *, int)' method makes the tree a Binary Search Tree, since it enforces these two properties: - Each node is greater than every node in its left subtree - Each node is less than every node in its right subtree
1 parent 9b7e6d2 commit 01b505f

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed
File renamed without changes.

0 commit comments

Comments
 (0)