Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dolfost/binary-tree-generator

Binary search tree visualiser written in Qt and C++
https://github.com/dolfost/binary-tree-generator

binary-search-tree binary-tree-visualization qt qt6

Last synced: about 12 hours ago
JSON representation

Binary search tree visualiser written in Qt and C++

Awesome Lists containing this project

README

        

## binary tree generator

This app is written in `C++` with `Qt`. You can see the source code for binary
trees in
[`bintree.h`](https://github.com/Dolfost/binary-tree-generator/blob/main/bintree.h).

![program](images/programUi.png)
![program](images/programUiTree.png)

## 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.