Skip to content

Commit

Permalink
Merge pull request #1 from snehalkumar5/snehalkumar5-dijkstra
Browse files Browse the repository at this point in the history
Update dijkstra_adjlist.cpp
  • Loading branch information
snehalkumar5 authored Oct 7, 2020
2 parents c3f293d + b0da50c commit dada359
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Greedy Algorithms/dijkstra_adjlist.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//SNEHAL KUMAR

#include <stdio.h>
#include <stdlib.h>
#include <limits.h>
Expand Down Expand Up @@ -301,4 +303,4 @@ int main()
dijkstra(graph, 0);

return 0;
}
}

0 comments on commit dada359

Please sign in to comment.