Skip to content

Releases: iteacher/bstvisualiser

v1.0.1

09 Nov 15:12
a6b0b48
Compare
Choose a tag to compare

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+

  1. Download the zip file and extract the dmg.
  2. After extracting the .dmg, use the following command in the terminal
    xattr -cr /path/to/your/downloaded/file.dmg
  3. 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!