Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/johnthegr8/sorting-extensions
- Owner: JohnTheGr8
- License: mit
- Created: 2013-09-03T22:29:48.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-31T23:03:23.000Z (over 10 years ago)
- Last Synced: 2023-03-26T02:23:52.144Z (over 1 year ago)
- Language: C#
- Size: 324 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ExtensionsA 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/)