Crate leonardo_heap

Source
Expand description

A binary heap structure supporting fast in-place partial sorting.

This is structure is the core of Dijkstra’s Smoothsort algorithm.

Structs§

LeonardoHeap