Minimum Cost to Cut a Stick | Recur + Memo | Time Complexity | GOOGLE | Leetcode-1547 | Live Code

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



Duration: 38:27
786 views
69


This is the 36th Video on our Dynamic Programming (DP) Playlist.
In this video we will try to solve a very good and another classic DP Problem "Minimum Cost to Cut a Stick" (Leetcode - 1547)

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 do live coding after explanation and see if we are able to pass all the test cases.

Problem Name : Minimum Cost to Cut a Stick
Company Tags : GOOGLE
My solutions on Github : https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/DP/Minimum%20Cost%20to%20Cut%20a%20Stick.cpp
Leetcode Link : https://leetcode.com/problems/minimum-cost-to-cut-a-stick/


My Graph Concepts Playlist : https://youtu.be/5JGiZnr6B5w
My DP Concepts Playlist : https://youtu.be/7eLMOE1jnls
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-06-02Detonate the Maximum Bombs | DFS | BFS | GOOGLE | Leetcode-2101 | Live Code + Explanation 🧑🏻‍💻
2023-06-014000 Subscribers. Thank you everyone #codestorywithMIK #coding #datastructures #leetcode #interview
2023-05-31Shortest Path in Binary Matrix | BFS | Dijkstra's | Google, Amazon | Leetcode-1091 | Live Code
2023-05-31Stay Motivated. Keep Coding 👨🏻‍💻 #leetcode #hardwork #motivation #motivational #motivationalvideo
2023-05-31Power of Story To Code #funny #leetcode #easyexplaination #education #baby #codestorywithMIK #laugh
2023-05-31Design Underground System | Full Thought Process | Bloomberg, Amazon | Leetcode-1396 | Live Code
2023-05-30Design HashSet | Full Details | GOOGLE | Leetcode-705 | Live Code
2023-05-28Design Parking System | GOOGLE | Leetcode-1603 | Live Code
2023-05-28House Robber | Recur + Memo | Bottom Up | DP Concepts & Qns - 4 | Leetcode-198
2023-05-28Climbing Stairs | Recur + Memo | Bottom Up | DP Concepts & Qns - 3 | Leetcode-70
2023-05-28Minimum Cost to Cut a Stick | Recur + Memo | Time Complexity | GOOGLE | Leetcode-1547 | Live Code
2023-05-27Ever felt this 🥹 #funny #leetcode #meme #baby #funnymoments #funnymemes #codestorywithmik
2023-05-27Stone Game III | Basic to Optimal | EASIEST Explanation | META, GOOGLE | Leetcode-1406 | Live Code
2023-05-26Stone Game II | Game Strategy | EASIEST Explanation | META | Leetcode-1140 | Live Code
2023-05-2626 May 2023
2023-05-25New 21 Game | With Maths Logic | GOOGLE | Leetcode-837 | Explanation ➕ Live Coding
2023-05-24#easyexplaination #leetcode #hindiexplained #interview #leetcodedailychallenge #meme
2023-05-24Maximum Subsequence Score | Intuition | AMAZON | Leetcode-2542 | Explanation ➕ Live Coding
2023-05-23Fibonacci Number | Recur + Memo | Bottom Up | DP Concepts & Qns - 2 | Leetcode-509
2023-05-23Kth Largest Element in a Stream | Heap | AMAZON | Leetcode-703 | Explanation ➕ Live Coding 🧑🏻‍💻
2023-05-22Top K Frequent Elements | Heap | Bucket Sort | AMAZON | Leetcode-347 | Explanation ➕ Live Coding