Today, I learned about Quick Sort, one of the most powerful and efficient sorting algorithms. It works using a strategy called “divide and conquer” — which simply means it breaks the list into smaller pieces, sorts those, and puts everything back tog...