Question: Write a program using c++ that uses four identical arrays of 100 randomly generated integers. The integers should range between 0 and 100. Print the
Write a program using c++ that uses four identical arrays of 100 randomly generated integers. The integers should range between 0 and 100. Print the generated numbers. Your program should then call four functions that use respectively bubble sort, modified bubble sort (the more efficient version), selection sort and insertion sort to sort one of the arrays in ascending order. Each function should keep a count of the number of comparisons it makes. Display these values on the screen.Write a program that uses four identical arrays of 100 randomly generated integers. The integers should range between 0 and 100. Print the generated numbers. Your program should then call four functions that use respectively bubble sort, modified bubble sort (the more efficient version), selection sort and insertion sort to sort one of the arrays in ascending order. Each function should keep a count of the number of comparisons it makes. Display these values on the screen.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
