Hey! these coding videos are nice! Just wanted to say this!!
@vinaygoswami53742 жыл бұрын
Thank you very much for such a wonderful explanation of the problem.
@iamnoob75932 ай бұрын
Good one , Thanks
@shashiKumar-db2xm3 жыл бұрын
I am very thankful to you, loved the way u teach!
@pollob3193 Жыл бұрын
very effective. please keep making problem solving video
@tusharnanda38854 ай бұрын
if(i>=n || j >= m || i < 0 || j < 0) return 0; this line is redundant ? (please check)
@raushankumar6993 Жыл бұрын
thanks
@aditigupta68704 ай бұрын
Can you pls discuss time complexity as well? Because without it its incomplete in interview.
@ankitjha71322 жыл бұрын
you made it look very easy
@avinashgarg7894 Жыл бұрын
You nailed it dii
@utsavprabhakar50722 жыл бұрын
Hi alisha, stumbled upon this video while trying to find the time complexity of this problem. Great job helping the community. Just one feedback. You can improve the code writing, i can see two many if statements or i,j variable naming which is not ideal and will be noticed while giving the interview.
@samueljohnprasad3 жыл бұрын
nice explaination..
@neelamtripathi4289 Жыл бұрын
Do we really need the if conditions for recursive calls if it goes out of bound it will be taken care by the base case anyways why so much typing
@siddharthkakade7779 Жыл бұрын
yep agreed.
@reshmaparveen66793 жыл бұрын
Greatest ❤️❤️❤️
@AmanSharma-vb5jl2 жыл бұрын
it is having O(n2) time and space na?
@pradeeprekapalli83553 жыл бұрын
Great
@aryanpatidar53922 жыл бұрын
what is time complexity
@adhed_engineer2 жыл бұрын
didi how you solve such problems very easily, how can i become this good