MCPcopy Create free account
hub / github.com/MeigenChou/DCTimer-Android / checkEp1

Method checkEp1

app/src/main/java/solver/RTower.java:77–83  ·  view source on GitHub ↗
(int[] arr)

Source from the content-addressed store, hash-verified

75 }
76
77 private static boolean checkEp1(int[] arr) {
78 if (arr[0] != 0) return false;
79 for (int i = 1; i < 4; i++) {
80 if (arr[i] + arr[7 - i] != 7) return false;
81 }
82 return true;
83 }
84
85 private static int getMi(int ep) {
86 int[] arr = new int[7];

Callers 1

initMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected