Count Ways To Build Good Strings | Recur + Memo | META | Leetcode-2466 | Live Code + Explanation

Subscribers:
92,300
Published on ● Video Link: https://www.youtube.com/watch?v=G-i4CveBSYI



Duration: 21:59
783 views
66


This is the 31st Video on our Dynamic Programming (DP) Playlist.
In this video we will try to solve a very good and another classic DP Problem "Count Ways To Build Good Strings" (Leetcode - 2466)

Trust me, this will no longer be a Medium Problem. I will explain the intuition so easily that you will never forget and start seeing this as cakewalk EASYYY.
We will solve it using
1. Recursion + Memo - This Video (Video-31)
2. Bottom Up - Upcoming Video (Video-32)

We will do live coding after explanation and see if we are able to pass all the test cases.

Problem Name : Count Ways To Build Good Strings
Company Tags : META
My solutions on Github : https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/DP/Count%20Ways%20To%20Build%20Good%20Strings.cpp
Leetcode Link : https://leetcode.com/problems/count-ways-to-build-good-strings/


My Graph Concepts Playlist : https://youtu.be/5JGiZnr6B5w
My GitHub Repo for interview preparation : https://github.com/MAZHARMIK/Interview_DS_Algo
Subscribe to my channel : https://www.youtube.com/@codestorywithMIK
Instagram : https://www.instagram.com/codestorywithmik/
Facebook : https://www.facebook.com/people/codestorywithmik/100090524295846/


╔═╦╗╔╦╗╔═╦═╦╦╦╦╗╔═╗
║╚╣║║║╚╣╚╣╔╣╔╣║╚╣═╣
╠╗║╚╝║║╠╗║╚╣║║║║║═╣
╚═╩══╩═╩═╩═╩╝╚╩═╩═╝


#coding #helpajobseeker #easyrecipes #leetcode #leetcodequestionandanswers #leetcodesolution #leetcodedailychallenge #leetcodequestions #leetcodechallenge #hindi #india #hindiexplanation #hindiexplained #easyexplaination #interview #interviewtips
#interviewpreparation #interview_ds_algo #hinglish




Other Videos By codestorywithMIK


2023-05-18Is Graph Bipartite? | Link In The Description | 👨🏻‍💻👩🏻‍💻
2023-05-18How to use Leetcode coins to recover streak 🔥🔥🔥 #leetcode #easyexplaination #hindiexplained
2023-05-17Minimum Number of Vertices to Reach All Nodes | With INTUITION | GOOGLE | Leetcode-1557 | Live Code
2023-05-17Maximum Twin Sum of a Linked List | 3 Approaches | GOOGLE | Leetcode-2130 | Live Code + Explanation
2023-05-16Path With Minimum Effort | Leetcode-1631 | Dijkstra in 2-D Matrix |GOOGLE |Graph Concepts & Qns - 30
2023-05-15Swap Nodes in Pairs | | MICROSOFT, AMAZON | Leetcode-24 | Live Code + Explanation 🧑🏻‍💻👩🏻‍💻
2023-05-15Swapping Nodes in a Linked List | 1 Pass | 2 Pass | MICROSOFT, AMAZON | Leetcode-1721 | Live Code
2023-05-14Maximize Score After N Operations | BRUTE FORCE To OPTIMAL | META | Leetcode-1799 | Live Code
2023-05-14Happy Mother’s Day too all the Wonder-woman out there from codestorywithMIK #mother #mothersday ❤️
2023-05-13Count Ways To Build Good Strings | BOTTOM UP | META | Leetcode-2466 | Live Code + Explanation
2023-05-12Count Ways To Build Good Strings | Recur + Memo | META | Leetcode-2466 | Live Code + Explanation
2023-05-12Pallaaaaaat #codestorywithMIK #leetcode #easyexplaination #hindi #hindiexplained #interview #india
2023-05-12Solving Questions With Brainpower | GOOGLE | Leetcode-2140 | Live Code + Explanation
2023-05-11codestorywithMIK - Aao story se code likhe 😎 #shorts #datastructures #leetcode #code #systemdesign
2023-05-11Shortest Path in Binary Matrix | Leetcode-1091 | Dijkstra in 2-D Matrix |Graph Concepts & Qns - 29
2023-05-10Uncrossed Lines | Microsoft, Amazon, Meta | Leetcode-1035 | Live Code + Explanation
2023-05-10Spiral Matrix II | Leetcode-59 | Amazon, Microsoft, Paytm | Explanation ➕ Live Coding
2023-05-08Spiral Matrix | Link In The Description | 👨🏻‍💻👩🏻‍💻
2023-05-08Network Delay Time | Leetcode-743 | GOOGLE | Graph Concepts & Qns - 28 | Explanation+Coding
2023-05-07Matrix Diagonal Sum | Leetcode - 1572 | MICROSOFT | Explanation ➕ Live Coding
2023-05-07Find the Longest Valid Obstacle Course at Each Position | META | Leetcode-1964 | Live Coding