Question d’entretien chez Morgan Stanley

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

Réponse à la question d'entretien

Utilisateur anonyme

18 févr. 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