Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.65 KB

README.md

File metadata and controls

43 lines (25 loc) · 1.65 KB

Dijkstra Visualizer

Status Platform GitHub Issues GitHub Pull Requests License


🤖 Few lines describing what your bot does.

🧐 About

Write about 1-2 paragraphs describing the purpose of your bot.

🎥 Demo

Watch the video

GIF

Watch the video

💭 How it works

Dijkstra's algorithm is a graph algorithm that finds the shortest path between two nodes in a graph. It works by maintaining a set of nodes that have been visited, and a set of nodes that have not been visited. The algorithm repeatedly expands the set of visited nodes by choosing the node with the lowest cost, and adding its neighbors to the set of visited nodes. The algorithm terminates when the destination node is reached.

🏁 Getting Started

git clone https://github.com/yagnesh0312/find_shortest_path_flutter.git

End with an example of getting some data out of the system or using it for a little demo.