Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please help with questions 1 & 2 1. We want to finds both the smallest and largest numbers in a list of n numbers. It

please help with questions 1 & 2 image text in transcribed
1. We want to finds both the smallest and largest numbers in a list of n numbers. It takes 2n comparisons if done separately. How many comparisons does it take for the following algorithm that achieve the same goal? Void find-both( int n, int S[], int\& smallest, int\& largest) ( index i; smallest =S[1]; largest =S[1} for (i=1;iS[2i] ( If (S[2i1]> largest largest =S[2i1]; If [S[2i] largest largest =S[2i]; If [S[2i+1]

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

MySQL/PHP Database Applications

Authors: Brad Bulger, Jay Greenspan, David Wall

2nd Edition

0764549634, 9780764549632

More Books

Students also viewed these Databases questions