// Introduction to Algorithms
// Template for Split.split() - used in Quick.sort()
// <put your name, login name & student number here>

public class Split implements Splitting {
  
    public void choice (int c) { choice = c; };
    private int choice = 0;


    public int split (int[] array, int left, int right, int pivot) {



    }

}
