This app is written in C++
with Qt
. You can see the source code for binary
trees in
bintree.h
.
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.