I only need part 4 and 5 to be answered. The file for APT 28 is too big to be upluaded so i made a summary using the AI version summary of it so please use your own word
The language used is Java /** * * Merging k sorted arrays into a single sorted array. * Your algorithm must be stable. * * You are NOT allowed to
The language used is Java /** * * Merging k sorted arrays into a single sorted array. * Your algorithm must be stable. * * You are NOT allowed to call the constructor of class Student, except in <em>main</em>. */ public class StableMerger { /** * * No modification to