Releases: iteacher/bstvisualiser
Releases · iteacher/bstvisualiser
v1.0.1
This is the initial release of the Binary Search Tree Visualiser.
It includes the following features:
- Interactive visualisation of binary search trees
- Ability to insert, delete, and search nodes
- Supports pre-order, in-order, and post-order traversals
- User-friendly interface with drag-and-drop functionality
Installation
Requires: Mac OSX 10.12+
- Download the zip file and extract the dmg.
- After extracting the .dmg, use the following command in the terminal
xattr -cr /path/to/your/downloaded/file.dmg
- Open the .dmg file and drag the app to your Applications folder.
We hope you find this tool useful for learning and teaching binary search trees.
Please report any issues or feedback on our GitHub issues page.
Thank you for using Binary Search Tree Visualiser!