Insertion Sort
- He would get an initial card.
- He would get a second card and shuffle so he has them in order.
- Then goes inserting it to the left until it reaches the slot where there is no card with less value.
- Repeats the same algorithm with the next cards.
- Worst case scenario Θ($$n^2$$)