BugLight / SharpSorts

Collection of sortings algorithms implemented with C#

Repository from Github https://github.comBugLight/SharpSortsRepository from Github https://github.comBugLight/SharpSorts

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.

About

Collection of sortings algorithms implemented with C#

License:MIT License


Languages

Language:C# 100.0%