AVL trees in 5 minutes — Deletions

31,056
0
Published 2023-06-26

All Comments (18)
  • @dandandan3675
    omg. tysm!!! please don't stop making these types of videos
  • @riancmd
    Really concise and straight to the point. I'm reviewing for my exam today so this helped me a lot! Thank you.
  • @user-bz2tu8do7q
    Hi, I loved your video ! I'm watching you since a long time, I've seen almost all your videos about sort algorithms ( insertion, selection, bubble sort, etc.). I just wanted to ask, how do you make these ? I mean, what software do you use to make these videos ? and what material do you use ? Thank you very much for the answer and for the time spent.
  • @nullptr.
    Tyvm! Out of curiosity, are you guys learning DSA in Python? my class is in C
  • @kazraven9086
    Can you make a video about Johnson's algorithm?
  • @typingcat
    01:24 What if that "in-order successor" has children? In the example, 125 had no children, so it was simple but what if 125 had children?
  • @chudchadanstud
    It's all fun and games until you have to do it iteratively
  • @the3rdson
    Height is the number of edges, the height in your video is wrong