Skip to content

It shows BFS and DFS traversals of the tree in an animated way

Notifications You must be signed in to change notification settings

devanSAGA/tree-traversal-visualisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tree Traversal Visualisation

This project helps visualising following tree traversals in an animated way.

BFS Tree Traversals:

Level order traversal 

DFS Tree Traversals:

Inorder Traversal 
Postorder Traversal 
Preorder Traversal 

You can check the live demo here.

To run the project

git clone https://github.com/devanSAGA/tree-traversal-visualisation.git
cd tree-traversal-visualisation
npm install (or) yarn install
npm run start (or) yarn start

This project was bootstrapped with Create React App.

About

It shows BFS and DFS traversals of the tree in an animated way

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published