What is a good path finding algorithm when you care the amount of time it takes but not how long the path is.
Also is there a faster algorithm if you don't care about the path at all but just want to check reachability.
(Is Flood Fill a good algorithm for this sort of stuff?)