OmkarPathak / pygorithm

A Python module for learning all major algorithms
MIT License
4.41k stars 510 forks source link

Add insert and count-nodes #82

Closed quocdat32461997 closed 6 years ago

quocdat32461997 commented 6 years ago

I added insert and counting-node functions for BinaryTree and BinarySearchTree. Please let me know if you have any feedback

OmkarPathak commented 6 years ago

Thanks!