This project distributes some list's sorting extensions.
Supported algorithms:
- Bubble sort
- Selection sort
- Insertion sort
- Merge sort
Also possible to implement any other sorting algorithms for extensions if new sorter class inherits from ISorter interface or Sorter abstract class.
Package available on Nuget.Org
This project will distribute some list's searching extensions.
Is not ready yet :)