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