pandapup5470 pandapup5470 01-04-2024 Computers and Technology contestada The merge sort algorithm reaches the base case after a certain number of recursive steps. Select the number of recursive steps for the merge sort. a) O(log n) b) O(n) c) O(n log n) d) O(n²)