I am creating (with help from YouTube videos) a Binary Search Tree. If you run the code you should see how the code works with the functions add and walk the tree. If you want to search for any element add 'tree.seek_data(data)'.
This video helped me to understand what is a binary search tree: https://youtu.be/BHB0B1jFKQc
This video helped me with the current program: https://youtu.be/sM4ebIEjRXo
This is my first time working on Github and probably lost something important to say. If there is something that was missing or that I said more (even in my way of writing English), I would appreciate if you would notify me about it.