It took me some time to understand the deletion of the node that has two children. But finally understood after watching again and again. Thank you very much. You are doing a great job and I'm a big fan of your channel.
This is super great! It's truly fabolous how you compress all the heavy concepts in 20 minute video and still be as detailed and practical as a 3 hour university lecture. Pretty much respect keep it up🙏
Saying again , its a underrated channel. while the videos like "A day in mang\fang" gets millions views , this gold content is not nowhere touching 10k views. Says a lot about people behaviour in general.
Hey, Been watching your videos to understand basic data structures and algorithms. Just wanted to thank you for your expainations and using generics. You are a great help.
Great for reducing the code by adding more methods. height (node) method has a condition if the node is null then it will return 0. My suggestion is return -1 instead of returning 0 then AVL balancing works perfectly. Any one Please let me if anything is wrong from my side.
It took me some time to understand the deletion of the node that has two children. But finally understood after watching again and again. Thank you very much. You are doing a great job and I'm a big fan of your channel.
This is super great! It's truly fabolous how you compress all the heavy concepts in 20 minute video and still be as detailed and practical as a 3 hour university lecture. Pretty much respect keep it up🙏
Thanks a lot :) Really glad I could help!!
You are more helpful than my college professors. I would rather pay my tuition to you!
Thank you for your work! Great graphics and nice explanations.
Saying again , its a underrated channel. while the videos like "A day in mang\fang" gets millions views , this gold content is not nowhere touching 10k views. Says a lot about people behaviour in general.
Because of your way how you explain, you helped me to understand it very fast. Thank you
You are welcome! Glad it helped :)
Hey, Been watching your videos to understand basic data structures and algorithms. Just wanted to thank you for your expainations and using generics. You are a great help.
Glad to help! That's what the channel is here for :)
The implementation of deep recursion is awesome !!!
Glad you liked it :)
This is a great video! Thank you!
Glad you liked it!
Great video very helpful
this video is sick you helped me so much thanks
So glad it was helpful! :)
This is really useful, just have one question, the code you provided for inserting node will work if there is a duplicate value?
Glad it was! Nope since we have comparison for greater and smaller only :) Cheers!
What about removing with a parent pointer?
super helpful
Thank you!
Nice Video
Great for reducing the code by adding more methods. height (node) method has a condition if the node is null then it will return 0. My suggestion is return -1 instead of returning 0 then AVL balancing works perfectly. Any one Please let me if anything is wrong from my side.
Hello! Am not sure I got you, but feel free to check our AVL video here: th-cam.com/video/Jj9Mit24CWk/w-d-xo.html :)
In the delete implementation .. one child case .. how is the child is automatically assigned as a parent (in the return statement)?
Yes! It works similarly to what was explained between 15:00 and 17:20
Mr. Takei?
🖖
where is main testing code...
Hey, I figured it was better to centralize everything in the same video :) Check it here: th-cam.com/video/hmSFuM2Tglw/w-d-xo.html. Cheers!
I could not understand the part of deleting a node having two children nodes. Pronunciation of the words threw me off
Sorry about that! Feel free to ask any question and I'll try my best to clarify :)