Question: write program with output and screenshoot in C++. post the code not picture PRG-1. Write a program in C++ using the merge sort and test
write program with output and screenshoot in C++. post the code not picture

PRG-1. Write a program in C++ using the merge sort and test it with the following data. You need to give the program and show the result. 14, 22, 41, 56, 34, 12, 19, 52 PRG-2. Write a program in C++ using the quick sort and test it with the following data. You need to give the program and show the result. 10, 17, 9, 44, 22, 8, 14, 71 PRG-3. Write a program in C++ using a heap sort and test it with the following data. You need to give the program and show the result. 11, 25, 5, 14, 7, 78, 44, 44
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
