Solving Mazes for Programming Contests

For programming contests we frequently have to solve for mazes, here is a naive approach to escaping a maze, that I used to solve for a maze problem. Also re-acquainted myself with Lee algorithm which uses a wave propagation approach.

Comments

Popular Posts