Python Sorting Algorithms A collection of fast sorting algorithms How to use Simply add the "main" folder (rename it to whatever you like) and import the algo.py file into any part of your code where it is needed. 'Nuff said. Current algorithms Quick Sort Merge Sort Radix Sort