/SharpSorts

Collection of sortings algorithms implemented with C#

Primary LanguageC#MIT LicenseMIT

SharpSorts

Collection of sortings algorithms implemented with C#

Getting started

This project is .NET Standart library. So it can be used on wide range of platforms. Different sorting algorithms are available. Add library reference to your project or examine the source. XML docs are attached.

Sorting algorithms

  • Gnome sort
  • Merge sort
  • Introspective sort
  • Heap sort

Contributing

If you want to improve this project or add new sorting algorithm, you are welcome to fork the repository and create pull request. Before you get started, please, check the code style and conventions of existing sources.

Licensing

The code in this project is licensed under MIT license.