NAME
Graph::BFS - graph breadth-first search
SYNOPSIS
use Graph::BFS;
DESCRIPTION
$bfs = Graph::BFS->new($G, %param)
Returns a new breadth-first search object for the graph $G and the (optional) parameters %param.
See also Graph::Traversal
.
COPYRIGHT
Copyright 1999, O'Reilly & Associates.
This code is distributed under the same copyright terms as Perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 25:
=pod directives shouldn't be over one line long! Ignoring all 2 lines of content