Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 526 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 526 Bytes

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.