A simple binary tree visualiser made with express-js and vis-js.
- Clone the repository
- Run
npm install
- Run
npm start
- Enter the nodes
- Enter the edges
- Click on the button to visualise the tree
- Click on reset button to reset the board
This project is licensed under the MIT License - see the LICENSE file for details