@Override
  public int[] cycle(int[] S, int first, int second, int third, int fourth, int fifth) {
    int temp = S[first];
    S[first] = S[second];
    S[second] = S[third];