Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please find the loop invariant In the fourth and final iteration, data[5] = 3 > 2 but hi = 2 ? 4/2, so med becomes

Please find the loop invariant image text in transcribed
In the fourth and final iteration, data[5] = 3 > 2 but hi = 2 ? 4/2, so med becomes 3 and lo becomes 2. BadMedian returns 3, which is the median of data.
1. Prove that lo + hi = i after every iteration of the for loop
2. Prove that BadMedian is incorrect.
Answer the following questions about the algorithm below, which attempts to find the median element of an odd-length array Input: data: an array with an odd number of integers Input: n: the length of data (odd) Output: element m in data such that (n 1)/2 elements are smaller and (n - 1)/2 elements are larger 1 Algorithm: BadMedian 2 med= data[1] s lo hi 0 4for i 1 to n-ido sif datalimed then if lo

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_2

Step: 3

blur-text-image_3

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

Readings In Database Systems

Authors: Michael Stonebraker

2nd Edition

0934613656, 9780934613651

More Books

Students also viewed these Databases questions

Question

=+How might these stem from country and regional cultures?

Answered: 1 week ago