Skip to content

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.

License

Notifications You must be signed in to change notification settings

arfin-parween/Recurrence-Relation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published