You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.