I have been following different youtube videos for my leetcode help and I must admit your's explanation is the best!! Your explanation for any problem is so clear and concise. The animation, the easy to understand code, the way you take example test case and go through its every part without skipping any. Time and space complexity explanation. Everything is so perfect. Thank you so much! Keep up the good work :)
@AlgosWithMichael3 жыл бұрын
It is my pleasure, I'm glad it is helpful!
@hypnotic9595 Жыл бұрын
You have an amazing explanation man! Saw this question on a mock interview and was wondering how it would be solved in Java, as I didn't know whether you could use an ArrayList. Turns out you explained it perfectly in this video! Thanks!
@juliahuanlingtong67573 жыл бұрын
The overriding is pretty neat. I thought swaping with last element as first, but overriding is even better! Thumbs up
@bharathwajsrinivasan84853 жыл бұрын
Love your work brother ! Best youtube channel for leetcode problems. Very underrated in terms of views! Pls keep uploading more problems... thanks!
@AlgosWithMichael3 жыл бұрын
That is such a huge compliment, thank you
@aradhanarana95923 жыл бұрын
Very nice and easy way of explaining the solution. Underrated in terms of views. Please upload more problems of leetcode.
@AlgosWithMichael3 жыл бұрын
Thank you very much!
@shubhammittalSHM3 жыл бұрын
I have become a fan of you! Such crystal clear explanation of some really complex problems.
@AlgosWithMichael3 жыл бұрын
Thanks so much!
@rajdeepmajumder46974 жыл бұрын
Crystal clear explanation Michael sir!! Continue this hard work😊😊😊
@AlgosWithMichael4 жыл бұрын
Thank you! 😃
@rohan-rj1ft3 жыл бұрын
simple, straightforward, and easy! thanks
@shantanushende63 жыл бұрын
The error bg sound! cracked me up!
@tathagatnegi59234 жыл бұрын
Best explanation I have ever seen .. thanks to yt recommendations 👍 thanks
@AlgosWithMichael3 жыл бұрын
Awesome, thanks for watching!
@shalsteven3 жыл бұрын
Why we need to replace the value that will be removed with the last value in the array? Let's say our array is [1,2,3,4,5]. We want to remove 3. The resulted array will be [1,2,5,4,5]?
@AlgosWithMichael3 жыл бұрын
Because removing from the end of an array list is O(1) which is a requirement for our delete function
@yy-gf7ze3 жыл бұрын
Amazing explanation. You are the man!
@AlgosWithMichael3 жыл бұрын
I appreciate that!
@Darkstorm123212 жыл бұрын
You are a good person
@ktechlabs3 жыл бұрын
Nice explaination Michael. Thanks. Really liked your keyboard sound, If don't mind can you please share the brand and model for the same. Thanks. :)
@AlgosWithMichael3 жыл бұрын
Thank you! This is the keyboard. www.amazon.com/Cooler-Master-MasterKeys-Mechanical-Keyboard/dp/B01D3BDNF6
@saketbarnawal21672 жыл бұрын
well explained !
@Shellyanne54 жыл бұрын
Wow!! Explained perfectly
@AlgosWithMichael4 жыл бұрын
Rancid Rat Roo
@krishnapidatala41274 жыл бұрын
Excellent explanation. Why don't you make a course on Udemy? We are missing any course with this level of detail.
@AlgosWithMichael4 жыл бұрын
Thank you! And I have thought about doing some super in-depth courses, but it would just depend on what everyone wants. Glad to hear you are in support of it!