/AlgorithmicExtensions

C# extensions with several algorithms

Primary LanguageC#MIT LicenseMIT

Algorithmic Extensions

Sorting

This project distributes some list's sorting extensions.

Supported algorithms:

  1. Bubble sort
  2. Selection sort
  3. Insertion sort
  4. 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

Searching

This project will distribute some list's searching extensions.

Is not ready yet :)