Skip to content

mkslge/mazesolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Maze Solver Welcome to the Maze Solver project! This project demonstrates the functionality of three fundamental pathfinding algorithms: Depth-First Search (DFS), Breadth-First Search (BFS), and Dijkstra's Algorithm, applied to solving mazes.

Features Maze Visualization: Interactive graphical representation of mazes and solution paths. Algorithm Demonstration: Visualize how DFS, BFS, and Dijkstra's Algorithm work to solve mazes. User Interface: Developed using Java Swing for a responsive and user-friendly experience. Algorithm Comparison: Compare the efficiency and behavior of different algorithms in solving mazes. Screenshots Below are some screenshots showcasing the Maze Solver in action and the different algorithms used:

Screen Shot 2024-08-31 at 12 58 16 PM Screen Shot 2024-08-31 at 12 59 10 PM Screen Shot 2024-08-31 at 12 59 43 PM Screen Shot 2024-08-31 at 1 00 32 PM Screen Shot 2024-08-31 at 1 00 59 PM Screen Shot 2024-08-31 at 1 01 31 PM

Accessing the Source Code The source code for this project is private. If you are interested in accessing the code or would like to learn more about the project, please email me at [email protected].

Getting Started Clone the Repository: git clone Compile the Code: Use your preferred Java IDE or command line to compile the source files. Run the Application: Execute the main class to start the Maze Solver and view the algorithms in action. Contact If you have any questions or need further assistance, feel free to reach out via email at [email protected].

About

Maze Solver Developed in Java with Swing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published