Graph/AllPairsShortestPath/testGraph.c File Reference

Test Case for All Pairs Shortest Path

Loads up a sample graph and computes All Pairs Shortest Path. More...

#include <iostream>
#include "allPairsShortest.h"

Functions

int main (int argc, char **argv)


Detailed Description

Test Case for All Pairs Shortest Path

Loads up a sample graph and computes All Pairs Shortest Path.

If source and target vertices are given as input then the shortest path between the vertices is reported.

Author:
George Heineman
Date:
6/15/08

Function Documentation

int main ( int  argc,
char **  argv 
)

Algorithm Development Kit 1.0