Graph/SingleSourceShortestPath/rawTest.cxx File Reference

test case for optimized implementation More...

#include <iostream>
#include <cassert>
#include "singleSourceShortest.h"

Functions

int main ()
 Test the raw implementation of Dijkstra's algorithm.


Detailed Description

test case for optimized implementation

A test case

Author:
George Heineman
Date:
6/15/08

Function Documentation

int main (  ) 

Test the raw implementation of Dijkstra's algorithm.

Algorithm Development Kit 1.0