How it works
The Quick-Sort algorithm is a divisive method that works by selecting a pivot point, sorting the socks around it, and recursively applying the same process until all socks are in order.
Read more about the implementation of Quick-Sort in Sock Land.