English     Español
[Main Index] : Programming : Languages : Perl : CPAN Modules : Data Type Utilities
 Graph CPAN (Perl) Module 

Search

 

Categories

Graph::Base   Graph::Reader  
Graph::BFS   Graph::ReadWrite  
Graph::Bipartite   Graph::Template  
Graph::DFS   Graph::Timeline  
Graph::Directed   Graph::Traversal  
Graph::Drawing   Graph::Undirected  
Graph::HeapElem   Graph::Weighted  
Graph::Kruskal   Graph::Writer  

Documents

Graph - graph operations (Displayed)
README 

Graph - graph operations


NAME

Graph - graph operations


SYNOPSIS

    use Graph;
    $g = new Graph;


DESCRIPTION

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

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.
   

©Copyright Nicholas Reynolds 2004