Skip to content

Dolfost/binary-tree-generator

Repository files navigation

binary tree generator

This app is written in C++ with Qt. You can see the source code for binary trees in bintree.h.

program program

Caveats

App has incomplete tree drawing algorithm. If you can write one that takes the tree root pointer and sets it's rightSpacing, leftSpacing, rightCummulativeSpacing and leftCummulativeSpacing, I would like to see You in contributors list.