MTalhaofc / HacktoberFest-2024

This repository is made for absolute beginners who want to make their first pull request to get eligibility for HactoberFest-2024. Resources
12 stars 58 forks source link

Dijkstra's Algorithm #69

Closed SjxSubham closed 2 hours ago

SjxSubham commented 2 hours ago

Hello @MTalhaofc

Dijkstra's Algorithm finds the shortest path from a source node to all other nodes in a weighted graph. It iteratively selects the node with the smallest tentative distance, updates distances of its neighbors, and ensures the shortest paths are discovered. Widely used in network routing and navigation systems.

Thank You, Sjx...

MTalhaofc commented 2 hours ago

Merged!! Don't forget to follow me on GITHUB AND STAR THIS REPO.

SjxSubham commented 2 hours ago

If You are also a contributor U can contribute to my repo