Consider an algorithm that makes about \log n levels of recursion, doing O(...
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Consider an algorithm that makes about \log n levels of recursion, doing O(n) work in total at each level (this is merge sort). What is its overall time complexity?