Maze_Solver

Maze Generater and Solver in JAVA

Introduction

This is a Java program that generates and solves mazes using recursive backtracking algorithm. The program creates a maze of a specified size and then solves it by finding the shortest path from the starting point to the ending point.

Features

Prerequisities

Installing

Clone : git clone https://github.com/0sheetalkumari0/Maze_Solver.git

or download the repository (zip file) to your local machine.

Running