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

Method roux2

app/src/main/java/solver/Roux.java:362–377  ·  view source on GitHub ↗
(String scramble, int[] s1)

Source from the content-addressed store, hash-verified

360 }
361
362 private static String roux2(String scramble, int[] s1) {
363 String[] s = scramble.split(" ");
364 for (int d = 0; d < s.length; d++) {
365 if (s[d].length() > 0) {
366 int m = "URFDLB".indexOf(s[d].charAt(0));
367
368 }
369 }
370 if (s1[0] > 0) {
371
372 }
373 for (int i = s1.length - 1; i > 0; i--) {
374
375 }
376 return "\nerror";
377 }
378
379 public static String solveRoux1(String scramble, int face) {
380 initr();

Callers 1

roux1Method · 0.95

Calls 2

lengthMethod · 0.80
indexOfMethod · 0.80

Tested by

no test coverage detected