Python Library for Studying Binary Trees
Are you studying binary trees for your next exam, assignment or technical interview? Binarytree is a Python library which lets you generate, visualize, inspect and manipulate binary trees. Skip the tedious work of setting up test data, and dive straight into practising your algorithms! Heaps and BSTs (binary search trees) are also supported.