Graph/SingleSourceShortestPath/testCaseBellmanFord.cxx File Reference

another test case for Bellman Ford More...

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

Functions

int main ()
 A test case for Bellman Ford.


Detailed Description

another test case for Bellman Ford

A test case

Author:
George Heineman
Date:
6/15/08

Function Documentation

int main (  ) 

A test case for Bellman Ford.

Note there are two versions of the code, which requires you to modify it to see both graphs. Figure 6-17 is generated by using both versions of the code.

Algorithm Development Kit 1.0