Skip to content

v1.0.21-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@ZacharyPatten ZacharyPatten released this 17 Jan 23:41

Nuget Package

New Features:

  • Combinations
  • IsReorderOf
  • MapHashLinked<...>.AddOrUpdate
  • MapHashLinked<...>.TryUpdate

Bug Fixes:

  • QueueArray.MinimumCapacity bug fix

Changes:

  • The data structure interfaces have been modified to include the _Compare generic parameter on some appropriate data structures (ex Heap, AVL Tree, and Red Black Tree)
  • Added implicit casting operators from UniversalQuantification to Span/Memory types
  • Stack/Queue minimum capacity properties made nullable and slight tweaks to the logic

Note: there will be similar changes to other data structure interfaces in future releasese