Spaces:
Running
Running
metadata
title: MazeSimulatorDS
emoji: 📊
colorFrom: red
colorTo: red
sdk: static
pinned: false
license: mit
short_description: 'A Java project that visualizes maze-solving algorithms '
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Maze Data Structure in Java
This is a Java project that visualizes maze-solving algorithms using basic data structures like stacks, queues, and graphs.
Features
- Visual simulation of maze traversal
- Demonstrates core data structures and recursion
- Useful for educational purposes
How to Run
- Clone or download the repository.
- Compile the Java files: javac MazeSolver.java java MazeSolver
- Alternatively, run the provided .jar file if available.
License
This project is licensed under the MIT License.