Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 437 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 437 Bytes

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