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

class Merge implements Merging {
    public void choice (int c) { }

    public int[] merge (int[] B, int[] C) {



    }
}
