Uses of Interface
org.cicirello.ds.IntPriorityQueueDouble
Package
Description
This package includes core data structures used by other of our libraries and projects.
-
Uses of IntPriorityQueueDouble in org.cicirello.ds
Modifier and TypeClassDescriptionclass
An implementation of a Binary Heap of (element, priority) pairs, such that the elements are distinct integers in the interval [0, n), and with priority values of type double.class
An 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.