Never do this mistake in your OAs - kzbin.infoRCJwPU619g4?feature=share Q4 - kzbin.info/www/bejne/h4Guqodojqyhfrs
@aryavyadav9345Күн бұрын
Great explanation. This was indeed a hard question.
@monsuruokuniyi12343 күн бұрын
It's funny. I just realized I wasn't subscribed even though I've been watching your videos for a while now. Subscribed now and liked. I loved this intuition. By the way, "Maqsad". I had to browse what it means. Nigerian guy here, you may force me to learn Urdu
@AvradipDas2 күн бұрын
Amazing Explanation. You made it pretty easy to understand. Thanks. The key could also be a Pair of Integers.
@dhruvrawatt93 күн бұрын
Very well explained and question was very intuitive
@JeetuKumar-wd1uw3 күн бұрын
why dp is not working here
@ajayc8153 күн бұрын
big fan of your work 🥰🥰🥰🥰🥰
@ARYANMITTAL3 күн бұрын
Thank you so much broooo 😀
@amardeep7714Күн бұрын
this ques comes in google just 2 months back in OA.
@nitinjha48632 күн бұрын
Why is my DP approach giving TLE? class Solution { unordered_map memo; bool check(vector& nums, string& index) { int p = index[0] - '0'; int q = index[1] - '0'; int r = index[2] - '0'; int s = index[3] - '0'; if (q - p