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

Method rotate

app/src/main/java/cs/threephase/Edge3.java:500–509  ·  view source on GitHub ↗
(int r)

Source from the content-addressed store, hash-verified

498 }
499
500 void rotate(int r) {
501 while (r >= 2) {
502 r -= 2;
503 rot(1);
504 rot(2);
505 }
506 if (r != 0) {
507 rot(0);
508 }
509 }
510
511 static int tempi;
512 void circle(int[] arr, int a, int b, int c, int d) {

Callers 3

initMvrotMethod · 0.95
createPrunMethod · 0.95
getsymMethod · 0.95

Calls 1

rotMethod · 0.95

Tested by

no test coverage detected