a. Implement the externalMergesort algorithm in Java by using the class RandomAccessFile. Assume that the file 0 to be sorted is a file of type int and that each block contains one integer. Further assume that the file contains 2" integers for some integer n.
b. Now assume that each block contains many integers. Write Java methods that simulate readBlock and writeBlock. Implement externalMergesort by using these methods.
c. Extend your implementation of externalMergesort by removing the restriction that the file contains 2'' blocks.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.