# BST - Binary Search Tree

datastructurebsttree
Term Explaination
Binary 2, mostly in computers
Search DS built specifically for searching purposes
Tree Tree DS properties

  • aka ordered or sorted binary trees
  • fast lookup, addition and removal of items,
  • Divide and Conquer Technique

valid binary search tree example

# Tree Algorithms

# Fun Projects with BST

# References

  • or
  • Buy me a coffeeBuy me a coffee