binarytree icon indicating copy to clipboard operation
binarytree copied to clipboard

Python Library for Studying Binary Trees

Results 4 binarytree issues
Sort by recently updated
recently updated
newest added

It would be nice to have a way to set the seed (or random state) for creating random trees. For instance, something like `bst(4, random_state=42)` would return always the same...

hello i am new in github and though i have already installed the package by using "pip install binarytree", I still wonder why I downloaded the zip and ran "pip...