Consider an algorithm that makes about \log n levels of recursion, doing O(...
✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
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?