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

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



  }
}
