Practice: Merge and Quick Sort
Take out a piece of paper.
1 Write the pseudo code for the Merge Sort algorithm of an array of ints.
Describe the steps in some detail.
3 Write the pseudo code for the QuickSort algorithm of an array of ints.
Describe the steps in some detail.
5 Show me your code and analysis.