Master Theorem Flashcards

1
Q

What is the Master Theorem used for?

A

The Master Theorem is used to determine the time complexity of divide-and-conquer algorithms by providing asymptotic bounds for their recurrence relations.

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

What is the general form of a recurrence relation addressed by the Master Theorem?

A

T(n)= aT (n/b) + f(n)

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