neilchauhan2 / Git_first

trying git
1 stars 57 forks source link

Explain Dijkstra's Algorithm in C++ #10

Open neilchauhan2 opened 6 years ago

neilchauhan2 commented 6 years ago

Explain Dijkstra's Algorithm in C++, with an easy to understand code example. Please make sure the code is easy to understand, since this repository is for beginners in C/C++ programming. Please create a file named DijkstraAlgorithm.md, where you are supposed to explain the algorithm in easy to understand language, and then create a separate file, named Dijkstra_CPP.cpp, for the code example.

jspspike commented 6 years ago

I can take this one

neilchauhan2 commented 6 years ago

@jspspike Awesome 👍. Go for it!