Uses of Class
org.cicirello.ds.IntFibonacciHeap
Package
Description
This package includes core data structures used by other of our libraries and projects.
-
Uses of IntFibonacciHeap in org.cicirello.ds
Modifier and TypeMethodDescriptionIntFibonacciHeap.copy()
static IntFibonacciHeap
IntFibonacciHeap.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 IntFibonacciHeap
IntFibonacciHeap.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).