Skip to content

v0.2.1

Latest
Compare
Choose a tag to compare
@aryanpingle aryanpingle released this 02 Apr 06:10
· 19 commits to master since this release

Class Agnostic Data Structures

The Binary Tree utility functions are now class agnostic! You can define custom node classes however you want, as long as they contain attributes for data, their left child and their right child.

Also, I've added usage examples to make your life easier.