Package | Description |
---|---|
org.jgrapht.util |
Non-graph-specific data structures, algorithms, and utilities used by JGraphT.
|
Modifier and Type | Method and Description |
---|---|
GenericFibonacciHeap.Node |
GenericFibonacciHeap.insert(K key,
T data)
Deprecated.
Inserts a new element into the heap.
|
GenericFibonacciHeap.Node |
GenericFibonacciHeap.min()
Deprecated.
Returns the smallest element in the heap.
|
GenericFibonacciHeap.Node |
GenericFibonacciHeap.removeMin()
Deprecated.
Removes the smallest element from the heap.
|
Copyright © 2018. All rights reserved.