Skip to content

This Java program implements a maze solver using the Depth-First Search (DFS) algorithm. The program takes an input maze represented as a 2D array, where walls are denoted by '1' and paths are denoted by '0'. It starts from the entrance of the maze and explores the paths using DFS until it reaches the exit.

Notifications You must be signed in to change notification settings

Sonawanesoham/MAZE_SOLVER_JAVA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

About

This Java program implements a maze solver using the Depth-First Search (DFS) algorithm. The program takes an input maze represented as a 2D array, where walls are denoted by '1' and paths are denoted by '0'. It starts from the entrance of the maze and explores the paths using DFS until it reaches the exit.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages