Click or drag to resize
Slash.Collections.PriorityQueues Namespace

[Missing <summary> documentation for "N:Slash.Collections.PriorityQueues"]

Classes
  ClassDescription
Public classFibonacciHeap<T>
Very fast priority queue. Provides insertion, finding the minimum, melding and decreasing keys in constant amortized time, and deleting from an n-item heap in O(log n) amortized time.
Public classFibonacciHeapItem<T>
Container for an item that can be inserted into a Fibonacci heap. Provides a pointer to its heap position and a key for comparing it to other heap items for order.
Interfaces