slarse / Python

All Algorithms implemented in Python
MIT License
0 stars 0 forks source link

Add binary_tree test suite #70

Closed larshum closed 5 years ago

larshum commented 5 years ago

Adds a few tests for basic_binary_tree based on what is printed in the main method.

46

larshum commented 5 years ago

See #71