Skip to content

Zhestokus/LinqSortingAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LinqSortingAlgorithms

Provides more powerfull extensions for sorting collection via LINQ (like OrderBy method)

it supports single threaded and multithreaded sorting mode (e.g single threaded - list.SortBy(...), multithreaded list.AsParallel().SortBy(...)) also you can use other sorting algorithms like Mergesort, Quicksort3way, Heapsort, Treesort or write implementation of any other algorithm with ISorter interface and then use it with SortBy() extension method

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages