The suggested problems here includes a few more zero-one knapsack problems: neetcode.io/courses/advanced-algorithms/18 Partition Equal subset sum: kzbin.info/www/bejne/f6TZoJZ4aqd9ntk Target Sum: kzbin.info/www/bejne/nWHRoayXhtl0h68 Ones and Zeroes: kzbin.info/www/bejne/o5q9ZKSMZZmVZ8k Last Stone Weight II: kzbin.info/www/bejne/nZW7nJ6jr9uFacU
@masternobody1896 Жыл бұрын
i dont have money what should i do. i am bad at solving problems. please help me
@piyushupadhyay4981 Жыл бұрын
The explanation was so clear and good It'd help us in our leetcode journey :)
@MP-ny3ep Жыл бұрын
The solution looks so easy after you've explained it. Kudos.
@netanelkomm5636 Жыл бұрын
Thanks to you, this is the first dynamic programming problem i was actually able to figure by myself! Recursion - memoization - dp. All thanks to u!
@MyCodingDiary Жыл бұрын
This video is exactly what I was looking for to help me improve my programming skills. Thank you for making it!⭐♥
@SANKETTHORAT-p9s Жыл бұрын
Oh I did it by my own, thanks to the video you posted yesterday. I did it with an array
@Bryan-eg7si Жыл бұрын
Thanks for sharing this, i always find it so hard to convert the problem into a simple dp problem like that
@LUKEMELIKIAN Жыл бұрын
Thanks for your videos and explanations, they're very thorough and helpful!
@sarvesh6785 Жыл бұрын
Your explanation yesterday was so good that I solved this problem on my own. I'm just here to say thank you ❤❤❤❤.
@vishnuvardhan2687 Жыл бұрын
Aliens 👽👽 attendance taken by here
@NeetCodeIO Жыл бұрын
👽✌️
@vishnuvardhan2687 Жыл бұрын
@@NeetCodeIO Thank you so much sir Iam from India. What is the reason behind your talent sir...
@abhishekkumar-fe8lw Жыл бұрын
@@vishnuvardhan2687 wake up at 4am ,take a shit ,get out of bed
@ko_specter4251 Жыл бұрын
tried this problem before watching the video and i almost had it myself but wasn't goin in reverse order 😔
@s8x. Жыл бұрын
What program do you use to draw?
@pragyantripathi3979 Жыл бұрын
got the solution in 2min
@АРТЕМИЙДАДЫКОВ Жыл бұрын
Man, thx for your work!!!
@uptwist2260 Жыл бұрын
Thanks again for the daily
@julianelmasry9556 Жыл бұрын
could you link some of the 0-1 knapsack problems?
@NeetCodeIO Жыл бұрын
Done
@salehhedayati9110 Жыл бұрын
New discrimination by tabulation and memoization, instead of top-down and bottom-up