Previous Lecture | lect07 | Next Lecture |
Code from lecture
https://github.com/ucsb-cs24-mirza-s21/cs24-s21-lectures/tree/main/lect07
Topics
- Binary trees
- Binary search trees (BST) - implementation
- BST operations
- Traversing a BST inorder, preorder, post order