Lab #4: Sorting Algorithms Sorting algorithms from the pseudocode presented in chapter 6 of [STEPHENS] to C++ code: Insertionsort Selectionsort Bubblesort Quicksort Mergesort Countingsort