/integer-sorting

just me implementing as many sorting algorithms i can find! (starting easy and going more complicated)

Primary LanguagePython

Integer Sorting!

Not really sure why I'm doing this, but there were some cool algorithms I wanted to try to implement

Also, I'm starting to forget how basic algorithms work, so this will be a refresher.

Implemented Sorts

  • Quick Sort
  • Bogo Sort
  • Insertion Sort
  • Counting Sort
  • Merge Sort