Previous Lecture | lect15 | Next Lecture |
lect15, Wed 03/06
Week 9: Running time analysis of BFS and DFS
Code from lecture
https://github.com/ucsb-cs24-w24/cs24-w24-lectures/tree/main/lect15
Topics
- We’ll play a game to help analyze the running time of BFS.
- Link to handout: https://bit.ly/CS24-W24-Graph-Search-Complexity-Handout
- Link to Leetcode practice problem: https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree/