Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@Albert221 Albert221 released this 29 Jun 11:39
ad1474e
  • Add SortingStrategy which allows for customizing the sorting algorithm.
    • Add DefaultSortingStrategy, which uses Dart's default (unstable) sorting method.
    • Add MergeSortingStrategy, which uses merge sort, a stable sorting algorithm.