| Package | Description |
|---|---|
| org.graphstream.algorithm.util |
| Modifier and Type | Method and Description |
|---|---|
FibonacciHeap.Node |
FibonacciHeap.add(K key,
V value)
Adds a new node containing the given key and value to the heap.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FibonacciHeap.decreaseKey(FibonacciHeap.Node x,
K key)
Decreases the key of a given node
|
Copyright © 2015. All rights reserved.