18 - Insertion Sort

πŸ€” How many ways can you sort a complete mess of numbers? Is there one fastest method?Β 

In the next set of lessons we will code and compare some common sorting algorithms and then dive further into algorithm design.