Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

Write a C program Sort.c that performs a merge sort on 2 number sequences produced by the program in Q1. Sort.

Write a C program Sort.c that performs a merge sort on 2 number sequences produced by the program in Q1. Sort.cshould spawn 2 processes and each of the children processeswould exec() the Gen program to produce a sequence.Sort.c should also specify the filenames for the numbersequences when spawning the children processes. The parentprocess should then wait for the termination of the childrenprocesses and perform a merge sort on the 2 data files. Thefinal sorted sequence is written to the file "Sort.out".The algorithm for merge sort could be roughly described as1. read num1 from datafile12. read num2 from datafile23. write the smaller between num1 and num2 to output4. "refill" num1 or num2 according to which one has beenoutputted in step(3).5. repeat (3) and (4) until both files are exhausted.

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question