Package es.uam.eps.ir.relison.graph.fast
Fast graph implementations.
-
Interface Summary Interface Description FastGraph<U> Interface for fast implementations of graphs. -
Class Summary Class Description AbstractFastGraph<V> Fast implementation of a graph.FastDirectedUnweightedGraph<V> Fast implementation for a directed unweighted graph.FastDirectedWeightedGraph<V> Fast implementation of a directed weighted graph.FastUndirectedUnweightedGraph<V> Fast implementation of an undirected unweighted graph.FastUndirectedWeightedGraph<V> Fast implementation for an Undirected Weighted graph.