Algorithmic Efficiency - AP Computer Science Principles

Card 1 of 30

0
Didn't Know
Knew It
0
1 of 3029 left
Question

What is the time complexity of a merge sort algorithm?

Tap to reveal answer

Answer

$O(n \text{ log } n)$. Divide-and-conquer with linear merge operations.

← Didn't Know|Knew It →