Uses of Package
com.abstractkamen.datastructures.api.heaps
Packages that use com.abstractkamen.datastructures.api.heaps
Package
Description
-
-
Classes in com.abstractkamen.datastructures.api.heaps used by com.abstractkamen.datastructures.impl.heapsClassDescriptionAn interface representing an adjustable binary heap data structure.A heap is a data structure which satisfies the heap property.A mergeable heap data structure is a heap that allows for efficient merging of two heaps into a single heap.