Tagged Questions
5
votes
6answers
2k views
Code Golf: Solve a Maze
Here's an interesting problem to solve in minimal amounts of code. I expect the recursive solutions will be most popular.
We have a maze that's defined as a map of characters, where '=' is a wall, a ...