Data-Structures-and-Algorithms icon indicating copy to clipboard operation
Data-Structures-and-Algorithms copied to clipboard

Added Dijkstra

Open imkp1 opened this issue 7 years ago • 3 comments

Added a template of Dijkstra's algorithm and an AC code of MICEMAZE (https://www.spoj.com/problems/MICEMAZE/) .

imkp1 avatar Oct 03 '18 07:10 imkp1

@imkp1 Can you please rename MICEMAZE(Spoj).cpp to example.cpp. I want to keep the structure same across the repo, where all accepted submissions have the same name.

Apart from that, can you add a README.md to the Dijkstra folder with links to a few problems that use Dijsktra? I can then merge the PR to master.

xennygrimmato avatar Oct 03 '18 12:10 xennygrimmato

Sir I have modified the template a bit. It doesn't return distance because it finds the distance of source to all destinations . Regarding the micemaze one and readme.md , I am doing it right now.

imkp1 avatar Oct 03 '18 12:10 imkp1

Did whatever was asked . Thanks.

imkp1 avatar Oct 03 '18 12:10 imkp1