Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++
- Host: GitHub
- URL: https://github.com/dolfost/binary-tree-generator
- Owner: Dolfost
- License: apache-2.0
- Created: 2023-11-09T17:17:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T16:19:52.000Z (about 1 year ago)
- Last Synced: 2024-04-22T15:22:22.971Z (9 months ago)
- Topics: binary-search-tree, binary-tree-visualization, qt, qt6
- Language: C++
- Homepage:
- Size: 1.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.