Skip to content

VarunSambanni/Graph-Algo-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph-Algo-Visualizer

DFS, BFS Visualizer
Link to the Visualizer
A ReactJS application to visualize graph traversal algorithms-Breadth First Search(BFS), Depth First Search(DFS), and BiDirectional BFS on a 2D grid. Each cell is a node, and the traversal can be done in top, down, left, right directions only.

image
The app also finds the shortest path, and the minimum distance between source and the destination nodes, as well as the distance itself.

image

image

image

image

The app also allows the user to add blocks, through which traversal is not possible, instead of using the randomize option.
image