1) Using the merge-sort algorithm or the quick-sort algorithm to sort two randomly generated arrays. Each array would have 8-10 elements. Arrange two arrays together into one where the first half is in ascending order and the second half is in descending order.  Print (“cout”) the final array onto the screen. Display the number of comparisons you need for (1) on the computer screen.   Run your code three times to have three different sets of answers.   (Note that you need to show the two original arrays as well.) Example:   In sub-question (1), for the following two arrays (you need to generate them randomly) : 8,2,3,4,5,6,7,1  -8,-2,-3,-4,-6,-5,-7,-1 The final result would be 1,2,3,4,5,6,7,8, -1,-2,-3,-4,-5,-6,-8 PLEASE USE C++ OR PYTOHN AND NEED THE CODE PROPERLY. THANKS

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section: Chapter Questions
Problem 3PP: (Numerical) Given a one-dimensional array of integer numbers, write and test a function that...
icon
Related questions
Question
100%

1) Using the merge-sort algorithm or the quick-sort algorithm to sort two randomly generated arrays. Each array would have 8-10 elements.

  1. Arrange two arrays together into one where the first half is in ascending order and the second half is in descending order.  Print (“cout”) the final array onto the screen.
  2. Display the number of comparisons you need for (1) on the computer screen.  
  3. Run your code three times to have three different sets of answers.   (Note that you need to show the two original arrays as well.)

Example:  

In sub-question (1), for the following two arrays (you need to generate them randomly) :

8,2,3,4,5,6,7,1 

-8,-2,-3,-4,-6,-5,-7,-1

The final result would be

1,2,3,4,5,6,7,8, -1,-2,-3,-4,-5,-6,-8

PLEASE USE C++ OR PYTOHN AND NEED THE CODE PROPERLY. THANKS 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Fundamentals of Multithreaded Algorithms
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage