Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Please solve both the questions 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 Algorithm: BadMedian 2 med= data[1] s lo hi 0 4 fori1 to n 1 do sif datamed then if lo 2 and hi = 0

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 Design Application Development And Administration

Authors: Michael V. Mannino

3rd Edition

0071107010, 978-0071107013

More Books

Students also viewed these Databases questions

Question

How does service relate to the expectations of the customer?

Answered: 1 week ago