Package org.amino.ds.graph

Interfaces and classes to implement a parallel graph data structure.

See:
          Description

Interface Summary
DirectedGraph<E> Interface of directed graph.
Graph<E> A Graph provides basic operations to create, search and change itself.
 

Class Summary
AbstractGraph<E> Default implementation of Graph interface.
AdjacentList<E> This class represents adjacent list, which is a frequently used method for storing graph.
AdjacentNode<E> Objects of this class is used to express nodes in an adjacent list.
DirectedGraphImpl<E> Sample implementation of interface DirectedGraph.
Edge<E> Edge in the graph.
Node<E> Node in the graph.
UndirectedGraph<E> Undirected graph.
 

Package org.amino.ds.graph Description

Interfaces and classes to implement a parallel graph data structure.



Copyright © 2008. All Rights Reserved.