Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johnthegr8/sorting-extensions

Implementation of some sorting algorithms as C# extensions
https://github.com/johnthegr8/sorting-extensions

Last synced: 10 days ago
JSON representation

Implementation of some sorting algorithms as C# extensions

Awesome Lists containing this project

README

        

[![Build status](https://ci.appveyor.com/api/projects/status/ewwijwj8giofxmsq)](https://ci.appveyor.com/project/JohnTheGr8/sorting-extensions)
#### About Sorting Extensions

A collection of C# extensions that implement some cool sorting algorithms, written for fun.

Can be used to sort both by value and key (examples are included).

#### Implemented algorithms:

- Bubble
- Insertion
- Selection
- Heap
- Merge

*More algorithms will be added in the future, when I get some time...*

#### Further reading

Check out [sorting-algorithms.com](http://www.sorting-algorithms.com/)