Enum HeapDirection
Specifies the order in which a Heap will Dequeue items.
Namespace: QuikGraph.Collections
Assembly: QuikGraph.dll
Syntax
public enum HeapDirection
Fields
Name | Description |
---|---|
Decreasing | Items are Dequeued in Decreasing order, from greatest to least. |
Increasing | Items are Dequeued in Increasing order from least to greatest. |