Skip to content

Version 2.0.0

Latest

Choose a tag to compare

@JetStream96 JetStream96 released this 15 Feb 13:57
· 4 commits to master since this release
  • Implements IEnumerable for MinHeap and MaxHeap

This release includes breaking changes:

  • Indexers for MinHeap<TKey, TValue> and MaxHeap<TKey, TValue> now returns TValue instead of a KeyValuePair.