MCPcopy Index your code
hub / github.com/MeigenChou/DCTimer-Android / circle

Method circle

app/src/main/java/solver/Utils.java:89–91  ·  view source on GitHub ↗
(int[] arr, int a, int b, int c, int d)

Source from the content-addressed store, hash-verified

87 }
88
89 public static void circle(int[] arr, int a, int b, int c, int d) {
90 int temp = arr[a]; arr[a] = arr[b]; arr[b] = arr[c]; arr[c] = arr[d]; arr[d] = temp;
91 }
92
93 public static void circle(int[] arr, int a, int b, int c, int d, int[] ori) {
94 int temp = arr[a];

Callers 15

cornmvMethod · 0.95
cornmv2Method · 0.95
initMethod · 0.95
GearClass · 0.95
RouxMUClass · 0.95
initMethod · 0.95
moveMethod · 0.95
CubeRUClass · 0.95
permMoveMethod · 0.95
twistMoveMethod · 0.95
getmvMethod · 0.95
initMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected