Uses of Class
org.cicirello.ds.IntFibonacciHeapDouble
Packages that use IntFibonacciHeapDouble
Package
Description
This package includes core data structures used by other of our libraries and projects.
-
Uses of IntFibonacciHeapDouble in org.cicirello.ds
Classes in org.cicirello.ds that implement interfaces with type arguments of type IntFibonacciHeapDoubleModifier and TypeClassDescriptionfinal classAn implementation of a Fibonacci Heap of (element, priority) pairs, such that the elements are distinct integers in the interval [0, n), and with priority values of type double.Methods in org.cicirello.ds that return IntFibonacciHeapDoubleModifier and TypeMethodDescriptionIntFibonacciHeapDouble.copy()static IntFibonacciHeapDoubleIntFibonacciHeapDouble.createMaxHeap(int n) Initializes an empty max-heap of (int, priority) pairs, such that the domain of the elements are the integers in [0, n).static IntFibonacciHeapDoubleIntFibonacciHeapDouble.createMinHeap(int n) Initializes an empty min-heap of (int, priority) pairs, such that the domain of the elements are the integers in [0, n).