// Introduction to Algorithms
// Template for Permutation.sort()
// <put your name, login name & student number here>

public class Permutation implements Sorting {
  public static int choice = 0;
  public void choice (int c) { choice=c; }
  public void cutoff (int n) { }
  
  public int[] sort (int[] array) {


  }
}
