| Previous Lecture | lect14 | Next Lecture |
lect14, Thu 05/22
Week 8: Graph search: Breadth and Depth first traversal
Code from lecture
https://github.com/ucsb-cs24-s25/cs24-s25-lectures/tree/main/lect14
Lecture Handout
Topics
- Graph search - BFS and DFS
- Related leetcode problem Rooms and Keys: https://leetcode.com/problems/keys-and-rooms/description/