Skip to content

🎢 Visualize various pathfinding algorithms available in Data Structures using React.js

Notifications You must be signed in to change notification settings

dwstyagi/visualizer-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinding Visualizer

Project: Link

This project gives you basic idea behind how the path searching algorithms works in Graphs. I implemented 2 informed and 3 uninformed searches.

Informed Searches - algorithms who were informed where actually is the destination node.
Uninformed Searches - Uses brute force techique to find the destination node.

Algorithms Used in the Applications

  • Dijkstra algorithm - uninformed search
  • Breadth First Search - uninformed search
  • Depth First Search - uninformed search
  • Greedy Best First Search - informed search
  • A* Search - informed search

Note - Want to make things more interesting. Generate the different type of mazes in this application before visualizing the algorithm.

Build Guide

git clone https://github.com/dwstyagi/visualizer-app.git
cd visualizer-app
npm install
npm start

About

🎢 Visualize various pathfinding algorithms available in Data Structures using React.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published