Skip to content

Dijkstra's Algorithm is a graph traversal algorithm used to find the shortest path between a source vertex and all other vertices in a weighted graph with non-negative edge weights.

License

Notifications You must be signed in to change notification settings

rangari-rani/dijikstra-algo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dijikstra Algorithm

Dijkstra's Algorithm is a graph traversal algorithm used to find the shortest path between a source vertex and all other vertices in a weighted graph with non-negative edge weights.

  • Grid Representation: Implemented an interactive grid structure to represent nodes and edges.
  • Pathfinding Visualization:: Visually demonstrate the step-by-step process of finding the shortest path using animations.

About

Dijkstra's Algorithm is a graph traversal algorithm used to find the shortest path between a source vertex and all other vertices in a weighted graph with non-negative edge weights.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published