Back to the 2023 paper

Module 1: Introduction

20232m

What is the complexity of T(n)=2T(n/4)+n2lognT(n) = 2T(n/4) + n^2 \log n?
(i) Θ(n2log(logn))\Theta(n^2 \log(\log n))
(ii) Θ(n3logn)\Theta(n^3 \log n)
(iii) Θ(n2logn)\Theta(n^2 \log n)
(iv) Θ(nlogn)\Theta(n \log n)

Similar questions