Skip to content

More children, More types

Pre-release
Pre-release
Compare
Choose a tag to compare
@m1gwings m1gwings released this 02 Sep 17:13
· 7 commits to master since this release

Now treedrawer can handle as many children as you want, it isn't limited anymore to binary trees.
Changes are not finished here, treedrawer can handle every type that satisfies the tree.NodeValue interface.
Each node of the tree is now surrounded by a box, which smooths linkage with the rest of the tree.
Several bugs have been fixed.