If you'd sort an array of data using a k-way merge sorting algorithm, you would divide your array in k pieces. Then recursively call the method on every piece, where if the piece can still be divided...