Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please show tests of the code working in the end. Thank you. In class we developed three methods for sorting data (bubble, selection, insertion) and

image text in transcribed

Please show tests of the code working in the end. Thank you.

In class we developed three methods for sorting data (bubble, selection, insertion) and two methods for searching data (linear, binary) When we developed the insertion sort in class, we used a linear type search to determine where the new value to be inserted in the vector should be placed Modify the insertion sort to use a binary type search to locate where the new value should be inserted in the vector. Write a program that will prompt the user to enter the number of values to sort. Your program will populate a vector with that many random values. Copy that data into 2 other vectors so that you have 3 identical vectors. Sort the first vector using a bubble sort and the second using a selection sort. Using the third vector as the list of values to input, populate a vector using the insertion sort with linear search and another using the binary search. Using the time0 function, display how long it takes to sort the data using the 4 methods. Run this program several times using the following quantities for the input: 100 1,000 5,000 10,000 50,000 100,000 optional depending on how long the run takes

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Essentials of Database Management

Authors: Jeffrey A. Hoffer, Heikki Topi, Ramesh Venkataraman

1st edition

133405680, 9780133547702 , 978-0133405682

More Books

Students also viewed these Databases questions

Question

Provide examples of KPIs in Human Capital Management.

Answered: 1 week ago

Question

What are OLAP Cubes?

Answered: 1 week ago