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

Method solve

app/src/main/java/solver/Sq1Shape.java:246–253  ·  view source on GitHub ↗
(int type, String scr)

Source from the content-addressed store, hash-verified

244 }
245
246 public static String solve(int type, String scr) {
247 if (type == 0) return "";
248 int state = applySequence(scr.split(" "));
249 if (type == 1) {
250 return solveTrn(state);
251 }
252 return solveTws(state);
253 }
254
255 private static String solveTrn(int state) {
256 initf();

Callers 2

updateHintMethod · 0.95
generateScrambleMethod · 0.95

Calls 3

applySequenceMethod · 0.95
solveTrnMethod · 0.95
solveTwsMethod · 0.95

Tested by

no test coverage detected