Binary Search Tree Examples - A Tutorial on self-balancing Binary Search Trees

Subscribers:
58,000
Published on ● Video Link: https://www.youtube.com/watch?v=0-f1qtmFspM



Category:
Tutorial
Duration: 6:20
3,081 views
11


Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com

Binary Search Trees (BST) are a type of data structure used by developers to store data. Binary search Trees keep their keys in a specific order that allows fast lookup and addition and removal of items. Self-balancing Binary Search Trees have algorithms that allow the tree to remain balanced throughout insertion and deletion of data. In this tutorial, we give an introduction to self-balancing Binary Search Trees and show through examples why they're useful and necessary.

Watch this video to learn:

- What a Binary Search Tree is
- Common use cases of self-balancing Binary Search Trees
- A comparison of Red-Black and AVL Trees







Tags:
Binary Search Trees
Binary Search Tree Examples
Binary Search Tree Tutorial
What is a Binary Search Tree