Skip to content

v0.2.0

Latest

Choose a tag to compare

@actapia actapia released this 05 May 00:30

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.