Skip to content

memeghaj10/pathfindingvisualizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Path Finding Algorithm Visualizer

This is a simple web-based application created by me and my team-mate Pranay Mishra while working under the Microsoft Mars Colonization Program and in process developing our own path-finding algorithm visualizer.

We have used simple technologies like:-

  1. HTML.

  2. CSS.

  3. JavaScript.

Our web-app can serve the following functionalities:-

  1. Select Algorithm of choice, mainly Breadth-First-Search and Dijkstra's Algorithm.

  1. Select speed of animation

  1. For more info about the project, the user can visit the InfoModal tab.

Afte the algorithm and the speed of the animation is selected we can then put walls (black-coloured squares) by our choice and specifiy the blockages in the traversed path.

After that the user can click the Start button and the visualization of the algorithm starts.

After the whole process has been completed, for a re-use you can click on the clear-board button.

We intend to improve it further and bring in more algorithms like A* and JumpFirstSearch .

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.9%
  • HTML 28.7%
  • CSS 6.4%