Package com.abstractkamen.datastructures.api.heaps


package com.abstractkamen.datastructures.api.heaps
  • Interfaces
    Class
    Description
    An interface representing an adjustable binary heap data structure.
    Heap<T>
    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.