Binary Search Tree (BST): Background & Python Code
Binary Search Tree Data Structure
In this video we'll begin by discussing the basics of the Binary Search Tree data structure, and towards the end, we'll move over to a coding editor and implement the ideas in Python code. These programming videos I have been posting are all from my YouTube channel, though I will continue posting here on Steemit, if you would like the most up-to-date feed of my content I would suggest subscribing.
(PYTHON 2)
► Code for this lesson: https://github.com/bfaure/Python_Data_Structures/blob/master/Binary_Search_Tree/main.py
(PYTHON 3)
► Code for this lesson: https://github.com/bfaure/Python3_Data_Structures/blob/master/Binary_Search_Tree/main.py
► BST Deletion Function (Part 2)
► BST Validator Function (Part 3)
► Video series covering various common algorithms in Python:
https://www.youtube.com/playlist?list=PLEJyjB1oGzx2h88Tj90B5_HadLq339Cso