Graph/DepthFirstSearch/test3.cxx File Reference

Test Case for Depth-First Search

A test case. More...

#include <cassert>
#include <iostream>
#include "Graph.h"
#include "dfs.h"

Functions

int main (int argc, char **argv)
 My example to use in Chapter 6.


Detailed Description

Test Case for Depth-First Search

A test case.

Author:
George Heineman
Date:
6/15/08

Function Documentation

int main ( int  argc,
char **  argv 
)

My example to use in Chapter 6.

Algorithm Development Kit 1.0