CodeCookbook
All topics
Recursion
1 of 11 · 0/— correct
Shuffle
Reset
fill blank
medium
The recurrence T(n) = 2T(n/2) + n solves to O(n ____ n) by the master theorem.
Submit
← Previous
Next