arfin-parween / Recurrence-Relation

Recurrence relations can vary greatly in complexity and form depending on the specific sequence or problem being modeled. They are often used in algorithm analysis, dynamic programming, and solving various types of mathematical and computational problems.

Home Page:https://www.youtube.com/playlist?list=PL23dd-8zssJCVs49qQpaNo-UnNqoVbzCE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hey There!

This Repository contains topics related to recurrence relation. Recurrence relations can vary greatly in complexity and form depending on the specific sequence or problem being modeled. They are often used in algorithm analysis, dynamic programming, and solving various types of mathematical and computational problems.

There are several methods to solve recurrence relations, depending on their complexity and form. Here are some common techniques:

Direct Substitution
Recursive Tree Method
Master Theorem

Please start practicing to my Youtube Channel

Lectures Video Link Video PDF
1) DAC / How to write recurrence relation start practicing
start practicing
2) Substitution Method T(n) = 3T(n-1) start practicing
start practicing
3) Substitution Method T(n) = 2T(n-1) -1 start practicing
start practicing
4) Substitution Method T(n) = T(n-1) +n(n-1) start practicing
start practicing
5) Substitution Method T(n) = n+T(n-1) start practicing
start practicing
6) Recurrence Tree Method T(n) =2T(n/2) +n start practicing
start practicing
7) Recurrence Tree Method T(n) = T(n/3) +T(2n/3) +n start practicing
start practicing
8) Recursive Tree Method T(n) = T(n-1) +log n start practicing
start practicing
9) Recursive Tree Method T(n) = 2T(n-1) + 1 start practicing
start practicing
10) Master Theorem start practicing
start practicing
11) Master Theorem 2 start practicing
start practicing
12) Master Theorem 3 start practicing
start practicing
13) Space Complexity of Recursive Algorithm start practicing
start practicing
14) Space Complexity of Recursive Algorithm 2 start practicing
start practicing

Connect with me:

start practicing i._am._arfin start practicing Arfin Parween

About

Recurrence relations can vary greatly in complexity and form depending on the specific sequence or problem being modeled. They are often used in algorithm analysis, dynamic programming, and solving various types of mathematical and computational problems.

https://www.youtube.com/playlist?list=PL23dd-8zssJCVs49qQpaNo-UnNqoVbzCE

License:MIT License