| Package | Description |
|---|---|
| org.jheaps |
Interfaces
|
| org.jheaps.tree |
Heaps using an explicit "pointer-based" tree representation
|
| Modifier and Type | Method and Description |
|---|---|
void |
MergeableAddressableHeap.meld(MergeableAddressableHeap<K,V> other)
Meld a heap into the current heap.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryTreeSoftAddressableHeap<K,V>
A binary tree soft addressable heap.
|
class |
CostlessMeldPairingHeap<K,V>
The costless meld variant of the pairing heaps.
|
class |
FibonacciHeap<K,V>
Fibonacci heaps.
|
class |
LeftistHeap<K,V>
Leftist heaps.
|
class |
PairingHeap<K,V>
Pairing heaps.
|
class |
SimpleFibonacciHeap<K,V>
Simple Fibonacci heaps.
|
class |
SkewHeap<K,V>
Skew heaps.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SkewHeap.meld(MergeableAddressableHeap<K,V> other) |
void |
SimpleFibonacciHeap.meld(MergeableAddressableHeap<K,V> other)
Meld a heap into the current heap.
|
void |
PairingHeap.meld(MergeableAddressableHeap<K,V> other)
Meld a heap into the current heap.
|
void |
FibonacciHeap.meld(MergeableAddressableHeap<K,V> other)
Meld a heap into the current heap.
|
void |
CostlessMeldPairingHeap.meld(MergeableAddressableHeap<K,V> other)
Meld a heap into the current heap.
|
void |
BinaryTreeSoftAddressableHeap.meld(MergeableAddressableHeap<K,V> other)
Meld a heap into the current heap.
|
Copyright © 2018. All rights reserved.