nabeelraza-7 / maze

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAZE in JAVA

This is a flexible, auto-generated maze.

Classes

The src folder contains two classes:

  • Maze: Implements the algorithm to create and solve the maze
  • Node: To keep a check on the node locations of the maze

ALOGRITHMS used

  • This program currently uses Depth First Search to solve the maze.
  • DFS

Feel free to contribute. ^_^

About


Languages

Language:Java 100.0%