MCPcopy Index your code
hub / github.com/careercup/ctci / main

Method main

java/Chapter 18/Question18_11/Question.java:61–66  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

59 }
60
61 public static void main(String[] args) {
62 int[][] matrix = AssortedMethods.randomMatrix(7, 7, 0, 1);
63 AssortedMethods.printMatrix(matrix);
64 Subsquare square = findSquare(matrix);
65 square.print();
66 }
67}

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