Uses of Interface
mauda.plugin.Copyable

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

Uses of Copyable in mauda.plugin.binqueue
 

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

Classes in mauda.plugin.fibheap that implement Copyable
 class FibHeap
          Implements and animates the data structure 'Fibonacci heap' (F-heap) and the operations defined to manipulate the structure.
 class FibHeapExt
          Extends the FibHeap-class by fast direct access to nodes.