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: 4 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T16:19:52.000Z (over 1 year ago)
- Last Synced: 2025-01-12T13:16:25.657Z (6 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).
## 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.