Skip to content

Releases: m1gwings/treedrawer

More children, More types

02 Sep 17:13
Compare
Choose a tag to compare
Pre-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.

Better looking trees

28 Aug 17:48
Compare
Choose a tag to compare
Better looking trees Pre-release
Pre-release

Now trees are printed using unicode character, which leads to much better results.

The beginning

28 Aug 14:55
Compare
Choose a tag to compare
The beginning Pre-release
Pre-release

Functionalities are basic and code is awful, but it gives an idea of the product.