Back to the 2024 paper

Module 1: Introduction and Complexity Analysis

20247m

Solve the recurrence relation T(n)=2T(n/2)+O(n)T(n) = 2T(n/2) + O(n)

Similar questions