This project is a Binary Search Tree (BST) visualization application that allows users to interactively explore and manage a Binary Search Tree. The application supports key features such as adding new nodes searching for nodes balancing the tree adding random values and it also boasts a responsive design with a night mode feature that automatically adapts to the color scheme of the user's system.
Technologies used in the project:
- React
- Vite
- Scss
- React-d3-tree
Technologies used in the project:
- React
- Vite
- Scss
- React-d3-tree
1. Install dependencies
npm install
2. Start app
npm start dev