This is for C++ Design an application that has an array of at least 20 integers.  It should call a module that uses the sequential search algorithm to locate one of the values.  The module should keep a count of the number of comparisons it makes until it finds the value.  Then the program should call another module that uses the binary search algorithm to locate the same value.  It should also keep a count of the number of comparisons it makes.  Display these values on the screen.  7 Searching Benchmarks (integer array search) Modify the textbook instructions as follows: Use the output of one of the array sorting algorithms from exercise 8.  Search the resulting sorted array using both the Sequential search and Binary search.  Count and display the number of comparisons in both cases.  Use a loop to allow multiple selections without having to restart the program.    Original order: 26 45 56 12 78 74 39 22 5 90 87 32 28 11 93 62 79 53 22 51 Bubble Sorted: 5 11 12 22 22 26 28 32 39 45 51 53 56 62 74 78 79 87 90 93 Number of location swaps: 89 Select a number in the Array to search for: 45 Sequential Search comparisons: 10 The position of the number is 10 Binary Search comparisons: 1 The position of the number is 10 Do you want to search again? (Y=Yes) y Select a number in the Array to search for: 74 Sequential Search comparisons: 15 The position of the number is 15 Binary Search comparisons: 2 The position of the number is 15 Do you want to search again? (Y=Yes) n

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter8: I/o Streams And Data Files
Section: Chapter Questions
Problem 8PP: (Data processing) A bank’s customer records are to be stored in a file and read into a set of arrays...
icon
Related questions
Question

This is for C++

Design an application that has an array of at least 20 integers.  It should call a module that uses the sequential search algorithm to locate one of the values.  The module should keep a count of the number of comparisons it makes until it finds the value.  Then the program should call another module that uses the binary search algorithm to locate the same value.  It should also keep a count of the number of comparisons it makes.  Display these values on the screen. 

  • 7 Searching Benchmarks (integer array search)

Modify the textbook instructions as follows:

Use the output of one of the array sorting algorithms from exercise 8.  Search the resulting sorted array using both the Sequential search and Binary search.  Count and display the number of comparisons in both cases.  Use a loop to allow multiple selections without having to restart the program. 

 

Original order:
26 45 56 12 78 74 39 22 5 90 87 32 28 11 93 62 79 53 22 51
Bubble Sorted:
5 11 12 22 22 26 28 32 39 45 51 53 56 62 74 78 79 87 90 93
Number of location swaps: 89
Select a number in the Array to search for: 45
Sequential Search comparisons: 10
The position of the number is 10
Binary Search comparisons: 1
The position of the number is 10
Do you want to search again? (Y=Yes) y
Select a number in the Array to search for: 74
Sequential Search comparisons: 15
The position of the number is 15
Binary Search comparisons: 2
The position of the number is 15
Do you want to search again? (Y=Yes) n

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Array
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
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning