An open API service indexing awesome lists of open source software.

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.

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

![./sample.png](./sample.png)