ES242. Data Structures and Algorithms I. Week 05 Lab
:::{.column-body-outset}
ES242. Data Structures and Algorithms I.
Lab 05
List of Practice Problems
Wonderland Chase This Google Code Jam Finals problem from 2022 has a small test case that can be solved by brute force but you’d need to apply BFS to solve the advanced test set.
Blizzard Basin This Day 24 AoC question from 2022 involves a constantly changing graph. Can you make your way out? Give it a shot!