Skip to content

dhrvjha/path_finding

Repository files navigation

Path Finding Visualizer

What is Path Finding Visualizer?

It is demonstration of how different algorithms work on graph to find a path between two points or nodes. In this project, we need to find path between start (Red) and end (Green) node.

How?

Using HTML, CSS and of-course Java-script.

When page is loaded a graph is drawn of small squares we need to find path in this graph to meet end point.

Challenges?

Algorithms are the starting challenges, later comes the designing of the program. Making heap data structure was also a big challenge. Goal was to make program Object-Oriented following Java-script conventions.

Algorithms

  • Depth First Search
  • Breath First Search
  • A-start algorithm
  • Dijkstra's algorithm

Contributions

All the contributions will be welcomed unless it changes the sole purpose of the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published