Packages

p

algo.data.heap

immutable

package immutable

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Heap[A] extends IterableOnce[A]

    D-way Heap

    D-way Heap

    See also

    algo.data.heap.mutable.Heap

  2. final class HeapFactory extends AnyVal

    Builds a Heap with the given branching factor

    Builds a Heap with the given branching factor

    This class extends scala.AnyVal to avoid object allocation when using Heap.withBranchingFactor.

  3. trait HeapSyntax extends AnyRef

Value Members

  1. object Heap extends SortedIterableFactory[Heap]

    Building a Heap (D-way heap)

  2. object HeapFactory
  3. object syntax extends HeapSyntax

Ungrouped