See: Description
Class | Description |
---|---|
JGraphAlgebra |
A singleton class that provides algorithms for graphs.
|
JGraphFibonacciHeap |
This class implements a priority queue.
|
JGraphFibonacciHeap.Node |
Implements a node of the Fibonacci heap.
|
JGraphUnionFind |
Implements a union find structure that uses union by rank and path
compression.
|
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.