Back to the 2022 paper

Module 1: Introduction

20227m

State master's theorem and find the time complexity for the following recurrence:
T(n)=2T(n1/2)+lognT(n) = 2T(n^{1/2}) + \log n

Similar questions