Problem Set 3

Questions to understand recursive complexity analysis

We'll cover the following...

Question 1

In the lesson on Recurrence, we implemented merge sort where we divided the array into two parts at each recursion step. Imagine you are asked to implement merge sort by dividing the problem into three parts instead of two. You can assume for simplicity that the input size will always be a multiple of ...

Access this course and 1400+ top-rated courses and projects.