This code was written by me during a course on "Data Structures"
(CSE 465 in Penn State University, University Park). Well, it was
my first formal CS course and also one of the first programs in C++,
so do not expect much out of it :) There are some sample input files 
that I used to test the algorithm which are present in the "input/"
directory. If you indeed find this useful and actually understand
something from it, do drop me a line........I'll be very happy to know :)

This code was developed in C++ on a PII-233 running RedHat Linux 4.2.

To compile the code on any Unix system, type "make". The executable
created by default will be called "dijkstra".

To execute, simply give the graph file location as an argument to the
program. eg. "./dijkstra input/BigInput"

Best of Luck,
Anirudh Modi

web: http://bart.aero.psu.edu OR http://www.anirudh.net
email: anirudh@bart.aero.psu.edu OR anirudh@anirudh.net
