Uses of Class
org.jheaps.array.BinaryArrayHeap
Packages that use BinaryArrayHeap
-
Uses of BinaryArrayHeap in org.jheaps.array
Methods in org.jheaps.array that return BinaryArrayHeapModifier and TypeMethodDescriptionstatic <K> BinaryArrayHeap<K>
BinaryArrayHeap.heapify
(K[] array) Create a heap from an array of elements.static <K> BinaryArrayHeap<K>
BinaryArrayHeap.heapify
(K[] array, Comparator<? super K> comparator) Create a heap from an array of elements.