- Merge Sort 8:07
- Splitting Into Sublists 3:14
- Recursively Merging Sublists 7:07
- Merge Sort Implementations
- Recap: Merge Sort 3 questions
- Ensuring the Correctness of Merge Sort 6:41
- Evaluating the Runtime of Merge Sort 7:22
- Alternate Versions of Merge Sort
- Recap: Runtime Analysis of Merge Sort 4 questions
Quiz Question 1 of 3
Which of the following is a base case for the merge sort algorithm?
Choose the correct answer below: