This is a visualization of a binary tree data structure built using React and Typescript. The tree can be dynamically modified by adding or removing nodes, and the resulting changes are immediately reflected in the visualization.
- Add and remove nodes from the binary tree
Using npm
$ npm install
$ npm start
OR yarn
$ yarn install
$ yarn start
Once the project is running, open a web browser and navigate to http://localhost:3000/. From there, you can interact with the binary tree and see how the algorithms work.
Contributions are welcome! If you find a bug or would like to add a feature, please open an issue or submit a pull request.