Morgan Stanley Interview Question

How would you write an algorithm to find the solution to a maze

Interview Answer

Anonymous

Feb 18, 2011

I just described a recursive program that tried all possible directions to move to, and made sure I kept track of spots i had already been to with a 2-d array