Find a circular cycle with same color in Dots: A Game About Connecting
using DFS Algorithm.
School Project
- Java
-
Clone the repository.
-
Construct the matrix and its color as you want to.
-
Compile main file with the following command.
javac Main.java
-
Run the program.
java Main