AVL Tree: Background & Python Code

in python •  7 years ago  (edited)

The AVL Tree Data Structure

In this much-requested video we’ll take a look at the AVL tree data structure, which, at the most basic level, is simply a self-balancing Binary Search Tree. As always, in the first half of the video we’ll cover some background (including the main differences between an AVL and BST), and in the second half we’ll open up our coding editor and actually implement an AVL tree class using the Python coding language.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Links to the code are not working for me

  ·  7 years ago (edited)

Apologies, I had copied the details from my YouTube post and it auto-shortens the URLs with '...' lol. Should be fixed now.

Yep, working now ;-)