Skip to content

ishanitambat23/Types-of-Tree-Traversal-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Types of Tree Traversal Algorithms

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.

Features

  • Allows users to input node values
  • Automatically displays traversal outputs

Technologies Used

  • React
  • Data Structures
  • Algorithms

Installation

To install and run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/prataprajput27/Types-of-Tree-Traversal-Algorithms.git
    cd Types-of-Tree-Traversal-Algorithms
    npm install
    
  2. Start the development server:

npm start