/maze-solver

java maze-solving program. generates a maze (graph) using depth-first traversal and random edge generation, then solves it using DFS & BFS. Utilized OOD principles to define the graph/vertices, but output is in ASCII for visual representation

Primary LanguageJava

This repository is not active