If we have any doubts on dp problem on Intuition or understanding, do watch this playlist for practice - kzbin.info/aero/PLEL7R4Pm6EmCXe8803IBAPWVsHlTVrtOp . . How all Educators are lying to you - kzbin.info/www/bejne/hnjUgH2iq5WJm7s
@JRK_RIDES6 ай бұрын
Pin this comment
@nikhiljain83036 ай бұрын
The video for which we were waiting. Thanks @aryan
@gaurish33675 ай бұрын
amazing video
@Manjeet-zz1wi6 ай бұрын
Great video sir . It's really awesome to see alumni sharing their expertise.
@killeraloo32476 ай бұрын
sab samjh aa gya, accha solution tha.
@242deepak6 ай бұрын
I am not an english expert but improvisation means making something on the spot and improvement means to improve something. Both are not the same.
@nikhilprakash7296 ай бұрын
great explanation
@mayankkharb41646 ай бұрын
@ARYANMITTAL great video brother. Just a single doubt, in this we are using the prefix concept some people have used a different prefix space to store the prefixes but you made the specific dp state itself as the prefix value by adding it's previous state into it, but when giving the final answer you are returning the dp state itself which is a prefix of dp states till that point, shouldn't you subtract the previous state from it so it isn't the prefix state anymore and then return it? Also, i am saying convert it into prefix because in the non-optimal tabulation method you are only adding the alternate 0 or 1 state to add into current state but in the optimal one at the start only you are adding the same 0 or 1 previous state into it which makes it the prefix state till then.
@sukhpreetsingh52006 ай бұрын
bhai awesome explaination
@VivekKumar-p2g4l6 ай бұрын
the optimization from o(n^3) to O(n^2) was difficult to understand
@sushanthgupta6266 ай бұрын
How can this question be done in 1 hr 😶😶😶.... HOw to get intution... then optimize... then solve to in just 1hr.. how??
@helloimjavauser6 ай бұрын
On which writing pad do you write?
@coder61096 ай бұрын
dont ever stop bro
@Krishna-ti8ys6 ай бұрын
Hi @ARYANMITTAL thanks for the solution, I am facing an issue that when i make dp of type dp[zero][one][consecutiveEl][cnt], my solution gets sumitted but when i use dp of type dp[zero][one][cnt][consecutiveEl] it gives tle. Is this some kind of glitch of leetcode as the time complexity of both the type is same. I am very confused.
@akashkaruturi51286 ай бұрын
if you are using python it will give
@Krishna-ti8ys6 ай бұрын
@@akashkaruturi5128 I have written my code in c++.
@anonymous109066 ай бұрын
same problem here with c++
@Krishna-ti8ys6 ай бұрын
@@akashkaruturi5128 I have written my code in c++
@shivrajhulwan22356 ай бұрын
Yes I also faced same issue in the contest
@rkb_4046 ай бұрын
why not dp[z - limit][o][1] instead of dp[z - limit - 1][o][1]? Still not able to grasp it
@akashmaurya63136 ай бұрын
simply bcz we are counting from limit to z-1. for ex - let's say limit is 1 so if we do dp[z - limit][o][1] this means dp[z -1][o][1] but since our limit is 1 that means we have consider 1 previous element then we should do dp[z -2][o][1] instead of dp[z -1][o][1] this is why dp[z - limit - 1][o][1]
@QWERTY-ee2ys6 ай бұрын
Bhai normally explain nahi kar sakta kya? It annoying at times the over exaggeration. Aur tune hi ye problem ka video dala hai so got no option. Anyways good content