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