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

Method randomCenter

app/src/main/java/cs/threephase/Search.java:73–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 }
72
73 public String randomCenter() {
74 c = new FullCube(r, 1);
75 search(false);
76 return solution;
77 }
78
79// public String solve(String scramble) {
80// int[] moveseq = tomove(scramble);

Callers 1

generateScrambleMethod · 0.80

Calls 1

searchMethod · 0.95

Tested by

no test coverage detected