Binary Search Tree Visualizer

Features

  • Animation speed control.
  • Inserting random numbers.
  • Ability to export trees as png images.
  • Showing value insertion steps.

How to run locally

  • Clone this repository by running git clone https://github.com/WinterCore/bst-visualizer.git
  • Run cd bst-visualizer
  • Run npm install
  • Run npm run dev