https://github.com/sor4chi/bfs-in-java
This is a BFS I wrote for object-oriented practice in Java.
https://github.com/sor4chi/bfs-in-java
Last synced: about 1 month ago
JSON representation
This is a BFS I wrote for object-oriented practice in Java.
- Host: GitHub
- URL: https://github.com/sor4chi/bfs-in-java
- Owner: sor4chi
- Created: 2022-06-03T14:06:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T14:06:50.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T05:44:23.389Z (3 months ago)
- Language: Java
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BFS in Java
## Description
This is a BFS I wrote for object-oriented practice in Java.
## Run
```shell
// compile
javac -d out -sourcepath src src/com/sample/process/Maze.java// run
java -cp out com.sample.process.Maze
```## Sample
