| Package | Description |
|---|---|
| org.jheaps |
Interfaces
|
| org.jheaps.tree |
Heaps using an explicit "pointer-based" tree representation
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MergeableDoubleEndedAddressableHeap<K,V>
A double-ended addressable heap that allows melding with another double-ended
addressable heap.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectedFibonacciHeap<K,V>
Reflected double ended heaps based on Fibonacci heaps.
|
class |
ReflectedHeap<K,V>
Reflected double ended heaps.
|
class |
ReflectedPairingHeap<K,V>
Reflected double ended heaps based on pairing heaps.
|
Copyright © 2018. All rights reserved.