This project is a React-based web application that demonstrates various tree traversal algorithms, including in-order, pre-order, post-order, and level-order traversal.
- Allows users to input node values
- Automatically displays traversal outputs
- React
- Data Structures
- Algorithms
To install and run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/prataprajput27/Types-of-Tree-Traversal-Algorithms.git cd Types-of-Tree-Traversal-Algorithms npm install
-
Start the development server:
npm start