Module heap

Module heap 

Source

Modules§

binary_heap
max_binary_heap
min_binary_heap

Traits§

Heap

Type Aliases§

HeapFn
returns true if left and right elements should be swapped for min_heap fn(1, 2) == false, fn(2, 1) == true