Minimum Cost For Tickets - (GOOGLE) | Leetcode-983 | 2 Approaches | Explanation ➕ Live Coding

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



Duration: 46:27
954 views
78


This is the 17th Video on our Dynamic Programming (DP) Playlist.
In this video we will try to solve another very famous and good DP Problem "Minimum Cost For Tickets" (Leetcode - 983)

We will solve it using Recursion + Memoization technique as well as Bottom UP DP.

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

Problem Name : Minimum Cost For Tickets
Company Tags : GOOGLE
My solutions on Github : https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/DP/Minimum%20Cost%20For%20Tickets.cpp
Leetcode Link : https://leetcode.com/problems/minimum-cost-for-tickets/


My GitHub Repo for interview preparation : https://github.com/MAZHARMIK/Interview_DS_Algo
Subscribe to my channel : https://www.youtube.com/@codestorywithMIK

0:00 - Understanding Problem
8:46 - Khandani Approach (Recur + Memo)
23:28 - Story to Code (Recur + Memo)
28:23 - Bottom UP Story
42:37 - Story to Code (Bottom UP)

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


#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-04-06Number of Enclaves - (Leetcode - 1020) - (AMAZON) : Explanation ➕ Live Coding 🧑🏻‍💻👩🏻‍💻
2023-04-06Number of Closed Islands - (Leetcode - 1254) - (GOOGLE) : Explanation ➕ Live Coding
2023-04-05Dijkstra's Algorithm | PART-1 | (Microsoft) | Graph Concepts & Qns - 24 | Explanation+Coding
2023-04-05Minimize Maximum of Array - (META) | Leetcode-2439 | Explanation ➕ Live Coding 🧑🏻‍💻👩🏻‍💻
2023-04-03Optimal Partition of String - (AMAZON) | Leetcode-2405 | Explanation ➕ Live Coding
2023-04-02Successful Pairs of Spells and Potions - (MICROSOFT) | Leetcode-2003 | Explanation ➕ Live Coding
2023-04-01Binary Search - (Recursive + Iterative) | Leetcode-704 | Explanation ➕ Live Coding
2023-03-31Number of Ways of Cutting a Pizza - (Google, TikTok) | Leetcode-1444 | Explanation ➕ Live Coding
2023-03-30Scramble String - (GOOGLE) | Leetcode-87 | Explanation ➕ Live Coding
2023-03-29Reducing Dishes - (MICROSOFT) | Leetcode-1402 | 2 Approaches | Explanation ➕ Live Coding
2023-03-28Minimum Cost For Tickets - (GOOGLE) | Leetcode-983 | 2 Approaches | Explanation ➕ Live Coding
2023-03-27Minimum Path Sum - (Google, Ola, Goldman Sachs) | Leetcode-64 | Explanation ➕ Live Coding
2023-03-26Longest Cycle in a Graph | Leetcode - 2360 | DFS | Explanation ➕ Live Coding Trash
2023-03-25Count Unreachable Pairs of Nodes in an Undirected Graph - (using DSU) | Graph Concepts & Qns - 23
2023-03-25Count Unreachable Pairs of Nodes in an Undirected Graph | Leetcode - 2316 | MICROSOFT | Live Coding
2023-03-24Reorder Routes to Make All Paths Lead to the City Zero | Leetcode - 1466 | META | DFS | Live Coding
2023-03-23Number of Operations to Make Network Connected - (AMAZON) | Graph Concepts & Qns - 22 | Coding Live
2023-03-22Minimum Score of a Path Between Two Cities | Leetcode - 2492 | GOOGLE | Explanation ➕ Live Coding
2023-03-21Number of Zero-Filled Subarrays - (Leetcode - 2348) - (META) : Explanation ➕ Live Coding
2023-03-20Can Place Flowers - (Leetcode - 605) - (GOOGLE) : Explanation ➕ Live Coding
2023-03-19Design Add and Search Words Data Structure - (Leetcode - 211) - (GOOGLE) : Explanation ➕ Live Coding