#!/bin/bash

# Compile our version of unidirected dijkstra (see dijkstra.cpp and db1.py file as complementary)
g++ dijkstraUNIDIR.cpp -O3 -o dijkstra
