Silvochka Algorithms Versions Save

Popular algorithms on C#, data structures and solutions for Cracking the Code Interview

v1.1.0

7 years ago

Added stable sorting algorithms

  • Bubble
  • Cocktail
  • Gnome
  • Insertion
  • Merge
  • OddEven

Added unstable sorting algorithms

  • Heap
  • Quick
  • Selection
  • Shell

Added non-comparison based algorithms

  • Bucket (int)
  • Counting (int, stable/unstable)
  • LSD Radix (int)
  • MSD Radix (string)

Added testing framework which tests all sorters using Reflection