frextrite / Data-Structures-Algorithms-Hacktoberfest-2K19

collection of data structures and algorithms in different languages - created by the community during Hacktoberfest 2019
MIT License
35 stars 252 forks source link

[Algo] Dijkstra’s algorithm #26

Open mbirchallroman opened 5 years ago

mbirchallroman commented 5 years ago

Algorithm

Information about my new algorithm

Is this your first contribution to this repository? Yes

mbirchallroman commented 5 years ago

Question, if anyone else is reading: will I have to implement a priority queue structure, and if so should I make a separate pull request for that?

frextrite commented 5 years ago

Hey there @cbirchallroman, feel free to use priotity_queue<T> implementation from STL.

mbirchallroman commented 5 years ago

Cool, thank you! 😄