2. Two other sorting algorithms are merge sort and quick sort.
Compare the use of merge sort, quick sort and insertion sort on an array with a small number of items and on an array with a large number of items.
Make reference to time complexities using the Big O notation.
[9]