Skip to content

Releases: actapia/min-max-heap-mapping

v0.2.0

05 May 00:30

Choose a tag to compare

This release adds support for custom node classes in a MinMaxHeap via the node_class constructor keyword argument. It also adds a new heap node class, IdentityHeapNode, which compares values based on their id values and is suitable for uses in heaps with non-comparable values.

v0.1.0

09 Apr 12:37

Choose a tag to compare

This is the first release of heap-mapping.