Previous Lecture | lect07 | Next Lecture |
Code from lecture
https://github.com/ucsb-cs24-s19-mirza/cs24-s19-lectures/tree/master/lec-05
Recursion
- Practice recursion on linked-lists
- Recursive implementation of binary search
- Intro to Binary Search Trees