Skip to content

Commit

Permalink
Merge pull request ZoranPandovski#750 from shivamberi/patch-1
Browse files Browse the repository at this point in the history
Added a better header file
  • Loading branch information
ZoranPandovski authored Oct 31, 2017
2 parents 4453477 + 9a47ae7 commit 4e519bd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions greedy/dijkstra_shortest_path/dijkstra-shortest-path.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@ Sample Output
150
unreachable
*/
#include <iostream>
#include <stdio.h>
#include <cstdlib>
#include <queue>
#include <vector>
#include <algorithm>
#include <bits/stdc++.h>
using namespace std;

typedef pair<int,int> ii;
Expand Down

0 comments on commit 4e519bd

Please sign in to comment.