Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 416 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 416 Bytes

BST-visualizer

Screenshot 2022-09-04 195450 Helps the user to visualize Binary Search Tree with all traversals functions, user can also take quiz to enhance his learning.

Build

  1. Clone the repository
  2. Run the command
    npm i
    
  3. Then to run the server:
    npm start