Lecture Data structures and other objects using C++ - Chapter 13: Quadratic sorting. Chapter 13 presents several common algorithms for sorting an array of integers. Two slow but simple algorithms are Selectionsort and Insertionsort. This presentation demonstrates how the two algorithms work.