Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Linear search: Prompt users to input 10 integers and store in a vector (or array). Then prompt users to input an integer to search for

image text in transcribed

Linear search: Prompt users to input 10 integers and store in a vector (or array). Then prompt users to input an integer to search for in the vector. (a) Write a function that performs linear search. The function takes two arguments: YourVector and YourNumber. Return the index if YourNumber is in YourVector; otherwise return -1. (b) Write a function that find the maximum of a vector. Return the maximum and its index.

1. (60pts) Linear search: Prompt users to input 10 integers and store in a vector (or array). Then prompt users to input an integer to search for in the vector. (a) Write a function that performs linear search. The function takes two arguments: YourVector and YourNumber. Return the index if YourNumber is in YourVector; otherwise return -1 (b) Write a function that find the maximum of a vector. Return the maximum and its index. 2. (40pts) Binary search: Prompt users to input 10 integers and store in a vector (or array). Then prompt users to input an integer to search for in the vector. Write a function that performs binary search. The function takes two arguments as Problem 1(a)

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

Database Concepts International Edition

Authors: David M. Kroenke

6th Edition International Edition

0133098222, 978-0133098228

More Books

Students also viewed these Databases questions

Question

OUTCOME 4 Explain how labour relations differ around the world.

Answered: 1 week ago