wfehrnstrom / upeRatMaze

This contains my solution code for solving arbitrary mazes using DFS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In order to run this code, first use npm install, then do node index.js.  This should trigger running through all of the mazes and solving them.

About

This contains my solution code for solving arbitrary mazes using DFS


Languages

Language:JavaScript 100.0%