Sorting for humans
If you are anything like me, you have at least once in your life tried to sort all the cards in a deck. Which sorting algorithm did you use? Well, humans generally use Insertion sort without even thinking. But the interesting part is that insertion...