| Previous Lecture | lect06 | Next Lecture |
lect06, Thu 04/17
Week 3: Tree traversals
Code from lecture
https://github.com/ucsb-cs24-s25/cs24-s25-lectures/tree/main/lect06
Topics
- Tree traversals: inorder, preorder, postorder
- Solve problems involving BSTs and recursions
- Visualizing BST operations: https://visualgo.net/en/bst