Uses of Class
org.jheaps.array.DaryArrayHeap
Packages that use DaryArrayHeap
-
Uses of DaryArrayHeap in org.jheaps.array
Methods in org.jheaps.array that return DaryArrayHeapModifier and TypeMethodDescriptionstatic <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.