Example:
Input Matrix : 1101 1101 1111 Output : 4
public static int largestSquare(char[][] matrix) { }