Search
Categories
Documents
Graph - graph operations (Displayed) README
|
Graph - graph operations
Graph - graph operations
use Graph;
$g = new Graph;
This is just a front-end class for Graph::Directed and Graph::Base.
Instantiated Graph objects (like $g in the the above description)
are in fact Graph::Base objects in disguise, look there for the
methods available. If you want undirected graphs, create Graph::Undirected
objects.
Copyright 1999, O'Reilly & Associates.
This code is distributed under the same copyright terms as Perl itself.
Information
|
This site is currently in testing, it is not yet operating using the full database. Until it is officially launched you may wish to visit Help-Site Computer Manuals. After launch, this site (HelpSpy) will replace Help-Site. Information about the spider which is currently trawling the Internet looking for links to add to this directory can be found here. |
|