Count Islands

Run Settings
LanguageJava
Language Version
Run Command
class Main { public static void main(String[] args) { char[][] matrix = {{'0', '0', 'x'}, {'0', '0', 'x'}, {'0', 'x', '0'}}; for(int i = 0; i < matrix.length; i++) { } System.out.println("Hello World!"); } public static int countIslands(char[][] matrix) { } }
Editor Settings
Theme
Key bindings
Full width
Lines