Method
roux2
(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(); |
Tested by
no test coverage detected