Uses of Class
mauda.plugin.fibheap.FibHeap

Packages that use FibHeap
mauda.plugin.binqueue Classes for the binomial-queue plug-in. 
mauda.plugin.fibheap Classes and interfaces for the fibonacci-heap plug-in. 
 

Uses of FibHeap in mauda.plugin.binqueue
 

Subclasses of FibHeap in mauda.plugin.binqueue
 class BinQueue
          Title: Binomial Queue Description: A binomial queue can be viewed as a special case of Fibonacci Heaps where, after each operation, the rootlist ist consolidated.
 

Uses of FibHeap in mauda.plugin.fibheap
 

Subclasses of FibHeap in mauda.plugin.fibheap
 class FibHeapExt
          Extends the FibHeap-class by fast direct access to nodes.
 

Methods in mauda.plugin.fibheap with parameters of type FibHeap
 void FibHeap.meld(FibHeap other)
          Melds another FibHeap into this one.