1. Sorting algorithms animations. Accessed March 12 2022.https://www.toptal.com/developers/sorting‐algorithms
2. Algorithm 64: Quicksort
3. Engineering a sort function
4. GNU implementation of quicksort used in qsort. Accessed March 12 2022.https://github.com/lattera/glibc/blob/master/stdlib/qsort.c.html
5. GNU implementation of mergesort used in qsort. Accessed March 12 2022.https://code.woboq.org/userspace/glibc/stdlib/msort.c.html