/Binary-Tree

This program takes the first number of an array as the tree root node, and follow the rule of puting a number smaller than the node to the left and greater to the right.

Primary LanguagePython

Stargazers

No one’s star this repository yet.