Write a code in C++ to implement menu driven user defined program that sorts the array of 10 elements through quick and merge sort. It’s a choice of user which sort he wants to apply from the menu....


Write a code in C++ to implement menu driven user defined program that sorts the array of 10 elements through quick and merge sort. It’s a choice of user which sort he wants to apply from the menu. Sample output shown below.



  1. Enter Elements

  2. Merge Sort

  3. Quick Sort

  4. Display

  5. Exit



Enter your choice:



Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here