Path Generating & Finding Simulation

Project Details

Implemented optimal path finding algorithms and data structures to produce a maze simulation in Java. The application uses Tree traversal algorithms to generate a random maze and to find the optimal path through it.