Back to the 2023 paper

Module 1: Introduction

20237m

Consider the following recurrence relation:
T(n)=2T(n/2)+nT(n) = 2T(n/2) + n
Use the substitution method to find an asymptotic upper bound for the function T(n)T(n).

Similar questions