import java.util.List;
import java.util.Collection;

class Sorting{
    void merge(a, b){
        a.addAll(b);
    }
}