Chapter 8 Flashcards
1
Q
Is merge sort recursive algorithm
A
Yes
2
Q
What is recurrence relation
A
a recursively defined function
3
Q
T(n)/n = ?
A
log n + 1
4
Q
What time takes merge sort
A
n log n
5
Q
What is merge sort
A
theta n log n