Uses of Interface
mauda.plugin.fibheap.FibHeapSubOperations

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

Uses of FibHeapSubOperations in mauda.plugin.binqueue
 

Classes in mauda.plugin.binqueue that implement FibHeapSubOperations
 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 FibHeapSubOperations in mauda.plugin.fibheap
 

Classes in mauda.plugin.fibheap that implement FibHeapSubOperations
 class FibHeapDSExt
          Extends the FibHeapDS-class by fast direct access to nodes.
 class FibHeapExt
          Extends the FibHeap-class by fast direct access to nodes.