MCPcopy Create free account
hub / github.com/careercup/ctci / main

Method main

java/Chapter 18/Question18_11/QuestionEff.java:84–89  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

82 }
83
84 public static void main(String[] args) {
85 int[][] matrix = AssortedMethods.randomMatrix(7, 7, 0, 1);
86 AssortedMethods.printMatrix(matrix);
87 Subsquare square = findSquare(matrix);
88 square.print();
89 }
90}

Callers

nothing calls this directly

Calls 4

randomMatrixMethod · 0.95
printMatrixMethod · 0.95
findSquareMethod · 0.95
printMethod · 0.95

Tested by

no test coverage detected