Longest Common Substring | Recursion + Memoisation + Tabulation | DP-28

preview_player
Показать описание

Welcome to my brand new Dynamic Programming playlist! 🎉 In this series, we'll dive deep into the world of dynamic programming and explore various problem-solving techniques.

📚 GitHub Repository:

👍 Don't forget to like, share, and subscribe to our channel for more exciting
content on algorithms, data structures, and problem-solving! 🔔

And yes, the outro music is produced by me🎶😄

🔗Connect with me:

Problem Statement 0:00
Recursion Approach 05:23
Recursion Summary 29:26
Recursion Code 33:39
Memoisation Code 37:36
Tabulation Approach 41:30
Tabulation Code 47:49
Рекомендации по теме
Комментарии
Автор

Hey thnxs mate!
I was just looking and no one was going for recursive solution for this problem, but thnxs to you, now my concepts for this problem are crystal clear.
Hope your channel grows well.

darkistheknight
Автор

best ...i was searching the whole youtube for recursion for this particular problem

NikhilChoudhary-hifo
Автор

bro
I just subscribed to you
even to I am a very good coder expert on codeforces, I had trouble in understanding this problem ( mainly the recursion diference between this and LCS)
you explain it so clearly by far compared to anyone on youtube

akashparit
Автор

Amazing lecture, slowly becoming my go to playlist for DP.

CodingJoySoul
Автор

for this problem recursion is slightly tough but tabulation is very very easy

vishalagarwal
Автор

Amazing lecture sir.

Explanation is easy understand.. thank you so much sir ..😍😍😍😍

rajeevkumar-weky
Автор

I have one doubt that why we are comparing cnt (v1 v2, v3, cnt)

chiragasawa