Chapter 8 Flashcards

1
Q

Is merge sort recursive algorithm

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is recurrence relation

A

a recursively defined function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

T(n)/n = ?

A

log n + 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What time takes merge sort

A

n log n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is merge sort

A

theta n log n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly