ShahjalalShohag / code-library

Templates, algorithms and data structures implemented and collected for programming contests.
MIT License
2.83k stars 747 forks source link

Dijkstra algorithm #37

Closed Yash9276 closed 11 months ago

Yash9276 commented 11 months ago

Hey 👋 , I want to add dijkstra algorithm to this repo which useful for finding shortest path from source to destination. Please assign it to me under Hacktoberfest tag Thank you:)

Varun-Gupta-Dev commented 11 months ago

Hello, I can add Dijkstras Algorithm to this repo. I have done dedicated course of DSA and solved 300+ questions during the course and therefore can contribute effectively on this issue.

nrhitik commented 11 months ago

I would like to work on this issue. please assign me this issue.

ShahjalalShohag commented 11 months ago

We already have it: https://github.com/ShahjalalShohag/code-library/blob/main/Graph%20Theory/Dijkstra.cpp