(CubieCube cc)
| 206 | } |
| 207 | |
| 208 | public static String toFaceCube(CubieCube cc) { |
| 209 | return cc.toFaceCube(cornerFacelet, edgeFacelet); |
| 210 | } |
| 211 | |
| 212 | static int binarySearch(char[] arr, int key) { |
| 213 | int length = arr.length; |
no outgoing calls
no test coverage detected