Files:

fib.c fib.h        Implementation of fibonacci heap
rdx.c rdx.h        Implementation of radix heap
krdx.c krdx.h      Implementation of k-level radix heap
kbuck.c kbuck.h    Implementation of k-level buckets

graph.c graph.h    Module for handling graph

spec1.c            Dijkstra using fibonacci heaps
spec3.c            Dijkstra using radix heaps
spec4.c            Dijkstra using k-level radix heaps
spec5.c            Dijkstra using k-level buckets

All implementations read the input from standard input.
To run with a certain graph type (for example)

spec1 < graph1.txt

