Skip to content

JohnTheGr8/Sorting-Extensions

Repository files navigation

Build status

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

About

Implementation of some sorting algorithms as C# extensions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages