MazeSimulatorDS / README.md
umutcaner's picture
Update README.md
2a4ecfc verified
---
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
1. Clone or download the repository.
2. Compile the Java files:
javac MazeSolver.java
java MazeSolver
3. Alternatively, run the provided .jar file if available.
## License
This project is licensed under the MIT License.