Varsayılan kod: ``` class Solution { public List<Integer> numIslands2(int m, int n, int[][] positions) { } } ```    