Previous Lecture | lect07 | Next Lecture |
Code from lecture
https://github.com/ucsb-cs24-f19-nichols/code-from-class/tree/master/10-17
Topics
- Binary trees
- Binary search trees (BST) - implementation
- BST operations
- Traversing a BST inorder, preorder, post order