Rand Stats

BinaryHeap

zef:dumarchie
0.0.7 2022-07-11
    - Add .consume method
0.0.6 2022-07-10
    - Improve behavior of the .sort method
    - Improve behavior and performance of the .push method
    - Improve behavior of the .pop method
    - Improve performance of sift-down
0.0.5 2022-06-27
    - Export sub heapsort
0.0.4 2022-06-26
    - Provide .heapify and .clone methods
0.0.3 2022-06-25
    - Make an uninitialized heap equivalent to an empty heap of the same type
0.0.2 2022-06-05
    - Provide parameterizable MaxHeap and MinHeap classes that autovivify
0.0.1 2022-04-29
    - Initial release