| Package | Description |
|---|---|
| org.jheaps.array |
Heaps using an array representation
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> BinaryArrayAddressableHeap<K,V> |
BinaryArrayAddressableHeap.heapify(K[] keys,
V[] values)
Create a heap from an array of elements.
|
static <K,V> BinaryArrayAddressableHeap<K,V> |
BinaryArrayAddressableHeap.heapify(K[] keys,
V[] values,
Comparator<? super K> comparator)
Create a heap from an array of elements.
|
Copyright © 2018. All rights reserved.