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

Method circle

app/src/main/java/cs/threephase/Edge3.java:512–518  ·  view source on GitHub ↗
(int[] arr, int a, int b, int c, int d)

Source from the content-addressed store, hash-verified

510
511 static int tempi;
512 void circle(int[] arr, int a, int b, int c, int d) {
513 tempi = arr[d];
514 arr[d] = arr[c];
515 arr[c] = arr[b];
516 arr[b] = arr[a];
517 arr[a] = tempi;
518 }
519
520 void swap(int[] arr, int a, int b, int c, int d) {
521 tempi = arr[a];

Callers 1

moveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected