Your videos are so very good, they put everything into the head right away
@AlgosWithMichael3 жыл бұрын
Thank you! That is the goal
@ashwinhariharan3103 жыл бұрын
Thanks @Micheal Muinos for these awesome videos. The content is fantastic. Making complex/simple/moderate concepts simple in such a crystal clear manner, and in a very breezy way without excessive jargon. So good while preparing for interviews. You have helped me cement my understanding on things so well
@TP-xt4sv3 жыл бұрын
I love you so much since your explanation always helps me A LOT.
@ChandraShekhar-by3cd3 жыл бұрын
@ Michael Muinos Thanks a lot for such a great explanation . Could you please upload more frequent videos on leetocode and DSA, it is really very informative to get the concepts from you!
@chaitanyakarthik35362 жыл бұрын
this was nice explanation bro, really loved it!!
@yitingg79424 жыл бұрын
Thanks a lot for another great video!! I am waiting for more each day. How do you come up with this solution? It's easy to implement but hard to come up with.
@AlgosWithMichael4 жыл бұрын
Just alot of practice and the more problems you do, the easier to come up with solutions like this will be!
@priyanshrastogi43514 жыл бұрын
You explain really good 👍. Keep it up.. Please solve Sliding window median, Minimum falling path sum. If you have time..
@AlgosWithMichael4 жыл бұрын
Hey, thanks man! Also, I've done videos on both of the topics mentioned. Sliding window medium - kzbin.info/www/bejne/apqZXmx_r7Z7rdE Minimum path sum - kzbin.info/www/bejne/bl6ZfoKibNVqh9U Take care!
@priyanshrastogi43514 жыл бұрын
@@AlgosWithMichael buddy i am asking you to solve Minimum falling path sum Thanks
@AlgosWithMichael4 жыл бұрын
Thought they were the same problem, mb lol
@deepakmarneni21104 жыл бұрын
Awesome.. great explanation.. waiting for more video's.
@AlgosWithMichael4 жыл бұрын
Thank you very much!
@namratavishwaskelkar68532 жыл бұрын
Thank you so much!
@vinoddiwan57922 жыл бұрын
need to modify code because empty stack gives error now.
@heisenberg18444 жыл бұрын
Well explained.Thanks.
@AlgosWithMichael4 жыл бұрын
No problem!
@sahilattri513 жыл бұрын
You are awesome!
@rchukkapalli14 жыл бұрын
Do we really need to add the same value multiple times? can we just check the "peek()" and if it is less, then we can add right? great explanation and thank you for the videos.
@AlgosWithMichael4 жыл бұрын
Yes, you are correct. We do not have to add the same value multiple times if we don't want to. It will still be the same time and space complexity however. Thank you for watching!
@TheMcallist13 жыл бұрын
Great vid - thanks
@AlgosWithMichael3 жыл бұрын
Glad you enjoyed it!
@bhanugupta40933 жыл бұрын
Recently i gave an interview the interviewer ask the same question but he also wants constant space Complexity means without using extra stack. can you please explains this also. Thank You