See: Description
Class | Description |
---|---|
PuPriorityQueue |
Integer heap with
double keys (resp. weights) based on following special
property: The ints given to the heap must be the numbers
from 0 to capacity-1 and each int can be in the heap
just once. |
Contains data structure and container similar to java.util but with a focus on algorithmic structures.
"