Course contentsShow
Computer Science
Lesson 842 of 2,87220. Recursion Patterns and TechniquesPro lesson

Recurrence Relations for Divide and Conquer

Writing recurrence relations to express runtime: T(n) = aT(n/b) + f(n) for analyzing algorithms.

This lesson is for subscribers

You've completed the free preview. Subscribe to unlock every lesson in every course.