Added Dijkstra
Added a template of Dijkstra's algorithm and an AC code of MICEMAZE (https://www.spoj.com/problems/MICEMAZE/) .
@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.
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.
Did whatever was asked . Thanks.