# BST - Binary Search Tree
| Term | Explaination |
|---|---|
| Binary | 2, mostly |
| 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
| Term | Explaination |
|---|---|
| Binary | 2, mostly |
| Search | DS built specifically for searching purposes |
| Tree | Tree DS properties |