Maximum Profit in Job Scheduling -(Classic DP): Explanation ➕ Live Coding

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



Duration: 27:50
1,852 views
60


This is the 5th Video on our Dynamic Programming (DP) Playlist.
In this video we will try to solve a very good and interesting Problem "Maximum Profit in Job Scheduling".

We will see how we come up to Recursion+Memoization approach
We will do a separate video on "Bottom Up DP" for this Problem later.

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

Problem Name : Maximum Profit in Job Scheduling
Company Tags : NA
My solutions on Github : https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/DP/Maximum%20Profit%20in%20Job%20Scheduling.cpp
Leetcode Link : https://leetcode.com/problems/maximum-profit-in-job-scheduling/


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



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

#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


2022-12-03Minimum Average Difference-(Amazon, Paytm) : Explanation ➕ Live Coding
2022-12-03Sort Characters By Frequency (Heap) (Google, Amazon, Oracle, Zoho, Zycus) :Explanation ➕ Live Coding
2022-12-03Sort Characters By Frequency (Google, Amazon, Oracle, Zoho, Zycus) : Explanation ➕ Live Coding
2022-12-02Design Web Crawler (Part-VI) : Google, Amazon, Meta : STEP-3 : Design Deep Dive Complete & WRAP-UP
2022-12-01Determine if Two Strings Are Close (Google,Microsoft,Atlassian…) : Explanation➕Live Coding
2022-11-30Determine if String Halves Are Alike (Screening :Google,Amazon,Microsoft):Explanation➕Live Coding
2022-11-30Unique Number of Occurrences -(Google, Twitter, Amazon, Netflix) : Explanation ➕ Live Coding
2022-11-28Insert Delete GetRandom O(1)-(Google, Amazon,Twitter, Meta, Uber, Microsoft):Explanation➕Live Coding
2022-11-28Find Players With Zero or One Losses -(Google) : Explanation ➕ Live Coding
2022-11-27Arithmetic Slices II - Subsequence -(Google, Meta, Netflix, Amazon, Apple):Explanation ➕ Live Coding
2022-11-25Maximum Profit in Job Scheduling -(Classic DP): Explanation ➕ Live Coding
2022-11-25Sum of Subarray Minimums (Amazon, Google, Meta) : Explanation ➕ Live Coding 🧑🏻‍💻👩🏻‍💻
2022-11-23Word Search -(Apple, Amazon, Microsoft, Intuit) : Explanation ➕ Live Coding
2022-11-23Valid Sudoku -(Google, Amazon, Microsoft, Uber, Apple, Snapchat) : Explanation ➕ Live Coding
2022-11-21Perfect Squares -(Google, Salesforce, Microsoft, Meta, Amazon): Explanation ➕ Live Coding
2022-11-21Nearest Exit from Entrance in Maze -(Samsung) : Explanation ➕ Live Coding
2022-11-20Basic Calculator (Google, Meta, Airbnb) : Explanation ➕ Live Coding 🧑🏻‍💻👩🏻‍💻
2022-11-19Ugly Number II -(Google, Meta, Microsoft, GoldmanSachs, Paytm, Walmart): Explanation ➕ Live Coding
2022-11-19Erect the Fence -(GOOGLE) : Explanation ➕ Live Coding
2022-11-18Ugly Number -(Amazon , Meta) : Explanation ➕ Live Coding
2022-11-16Guess Number Higher or Lower -(Microsoft , Google (with variation)) : Explanation ➕ Live Coding