Skip to content

v1.0.32

Compare
Choose a tag to compare
@ZacharyPatten ZacharyPatten released this 18 Jul 22:12
· 155 commits to main since this release

Nuget Package

New Features:

  • SortTim (Span<T> and TGet+TSet overloads)
  • ToArray extension methods for System.Range
  • Select extension methods for System.Range
  • TGet+TSet overload for SortStooge
  • TGet+TSet overload for SortPancake
  • TGet+TSet overload for MaximiumIndex
  • TGet+TSet overload for Swap
  • TGet+TSet version of Reverse

Bug Fixes:

  • void SortShell<T, TCompare, TGet, TSet>(int, int, TGet, TSet, TCompare) bug fix when start is not 0
  • fixed spelling typos in ToEnglishWords ("Trillionths" was missing an "l")
    • "Trilionths" -> "Trillionths"
    • "Ten-Trilionths" -> "Ten-Trillionths"
    • "Hundred-Trilionths" -> "Hundred-Trillionths"

Changes:

  • parameters and generic parameters reordered on all TGet+TSet sorting overloads so that TCompare and compare comes after TGet+TSet and get+set