In this video, I'm going to show you how to solve Leetcode 115. Distinct Subsequences which is related to DP Subsequence.
In fact, I also have a whole section of solving leetcode questions and categorize them: https://www.youtube.com/c/EricProgramming/playlists?view=50&sort=dd&shelf_id=2
Here’s a quick rundown of what you’re about to learn:
⭐️ Course Contents ⭐️
⌨️ (0:00) Question
⌨️ (2:18) Solution
⌨️ (6:23) Top Down Solution
⌨️ (12:26) Top Down Code
⌨️ (15:58) Bottom Up Code
In the end, you’ll have a really good understanding on how to solve Leetcode 115. Distinct Subsequences and questions that are similar to this DP Subsequence.
Now, if you want to get good at DP Subsequence, please checkout my DP Subsequence playlist. https://youtube.com/playlist?list=PL1MJrDFRFiKY4RsNa9KKSIJsm3aNiRkk1
💻 Code: https://github.com/Eric-programming/CodeSolution/tree/master/src/DP_Subsequence/DistinctSubsequences