Skip to content

skfrost19/BinaryTreeVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary Tree Visualiser 🌲

A simple binary tree visualiser made with express-js and vis-js.

Installation

  1. Clone the repository
  2. Run npm install
  3. Run npm start

Usage

  • Enter the nodes
  • Enter the edges
  • Click on the button to visualise the tree
  • Click on reset button to reset the board

Screenshots

Screenshot 1

License

This project is licensed under the MIT License - see the LICENSE file for details