Class FibonacciHeapDoubleKey<T>
Implements the Fibonacchi heap class with the key of type double.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Common.Collections
Assembly: Mars.Common.dll
Syntax
public class FibonacciHeapDoubleKey<T> : FibonacciHeap<T, double>
Type Parameters
Name | Description |
---|---|
T |
Constructors
| Improve this Doc View SourceFibonacciHeapDoubleKey()
Constructor.
Initializes the new instance.
Declares the double.NegativeInfinity as minimum possible key value.
Declaration
public FibonacciHeapDoubleKey()