#Sorting in Ruby
To run, clone the repo and run the file to see examples of:
- Insertion Sort
- Merge Sort
- Quicksort
- Radix Sort
Credits:
- Benchmarking thanks to Sunny and Javier
- Insertion Sorting algorithm help from MIT
- Merge Sort help from Javier and class example
- Quicksort help from this website
- Radix sort help from this website
License: