Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 675 Bytes

File metadata and controls

15 lines (11 loc) · 675 Bytes

BINARY_SEARCH_TREE_Leonardo_Leon

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.