This repo is a C# library with implemented sorting alrogithms, structures and its algorithms.
SortingAlgorithms:
Data stuctures:
This library has generic tests for each sorter. New added sorter is testing automatically using Reflection. Currently it tests next types of array:
Each type tested on next inputs:
Each implemented data structures has tests which covering as much as possible.