Algorithmic Sock Sorting: Quick Sort Edition

Sort a pile of 100 colorful socks in the most efficient way possible. Choose a sorting algorithm:

Insertion Sort: For when you're a perfectionist Heap Sort: For when you're a tree-mendous genius Merge Sort: For when you're a master of the merge
Continue to Insertion Sort Exercises