dazzle.Heap

Public Imports

dazzle.c.types
public import dazzle.c.types;

Members

Classes

Heap
class Heap

Heaps are similar to a partially sorted tree but implemented as an array. They allow for efficient O(1) lookup of the highest priority item as it will always be the first item of the array.

Meta