CLRS - Algorithms insertion sort

In this episode, I explain the insertion sort algorithm, as explained in Introduction to Algorithms (CLRS).
Concepts:
  • Algorithms
  • Big-O
  • Insertion Sort

Resources: https://github.com/davidwparker/programmingtil-algorithms/tree/master/00001-insertion-sort https://en.wikipedia.org/wiki/Insertionsort http://algo-visualizer.jasonpark.me/#path=scratch/2644ffce6d886b73a5f7e95e9bd8a770
© programmingtil.com