Exercising DFS and BFS in vairous ways in coloring a 2d array path, discovering if there exists a path starting from the source coordinates to end coordinates, and counting the number of islands in a 2d array. Public Repl.
If you wish to install end run/edit the code:
How to compile:
javac Test.java
How to run:
java Test