45
loading...
This website collects cookies to deliver better user experience
work until you get to an intersection
from a list of possible directions
go in that direction
repeat/recurse all of the above
rewind to previous intersection if that didn't work
if we're at the exit, we're done
Sun: DFS-1
Mon: Heap-1
Tue: BFS-1, repeat DFS-1
Wed: DP-1, repeat Heap-1
Thu: DFS-2, repeat BFS-1
Fri: Array-1, repeat DP-1, repeat DFS-1
Sat: break day
Sun: F&S Ptr, repeat DFS-2, repeat DP-1
Mon: etc etc