Graph/BreadthFirstSearch/figure6_12.cxx File Reference

Sample figure showing Breadth-First Search for book

Implementation of figure for book. More...

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

Functions

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


Detailed Description

Sample figure showing Breadth-First Search for book

Implementation of figure for book.

Author:
George Heineman
Date:
6/15/08

Function Documentation

int main ( int  argc,
char **  argv 
)

Example to use in Chapter 6.

Algorithm Development Kit 1.0