Path Generating & Finding Simulation
Project Details
- Category: Algorithms
- Tools: Java, Data Structures, Tree Traversal
- Github Repo URL: https://github.com/LaraibZafar/Path-Finder-Maze-Generator
- Project Video: Youtube Video
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.