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

Method applySequence

app/src/main/java/solver/Sq1Shape.java:75–81  ·  view source on GitHub ↗
(String[] sequence)

Source from the content-addressed store, hash-verified

73 }
74
75 public static int applySequence(String[] sequence) {
76 int state = solved;
77 for (String move : sequence) {
78 state = applyMove(state, move);
79 }
80 return state;
81 }
82
83 private static boolean ini = false;
84 static void init() {

Callers 1

solveMethod · 0.95

Calls 1

applyMoveMethod · 0.95

Tested by

no test coverage detected