(b) Now assume that one is given another list Bn = {bi} n i=1 of n distinct positive integers whose median mB is already known. Develop an algorithm that returns the sum of the two elements with value closest to mB, such that one of them is greater than mB and the other is lower than mB. Although sorting Bn would yield a quick solution, we will see later on that this is a exhorbitantly slow process and one can solve the problem without sorting Bn in singnificantly faster time. Hence, in your solution, Do Not Sort Bn and propose a solution that goes without Sorting.  (c) State a loop invariant for the algorithm you proposed in part (b) above. (d) Prove the loop invariant you proposed in part (c) above.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter16: Searching, Sorting And Vector Type
Section: Chapter Questions
Problem 16SA
icon
Related questions
Question
100%

(b) Now assume that one is given another list Bn = {bi}
n
i=1 of n distinct positive integers whose
median mB is already known. Develop an algorithm that returns the sum of the two
elements with value closest to mB, such that one of them is greater than mB and the other
is lower than mB. Although sorting Bn would yield a quick solution, we will see later on
that this is a exhorbitantly slow process and one can solve the problem without sorting
Bn in singnificantly faster time. Hence, in your solution, Do Not Sort Bn and propose a
solution that goes without Sorting. 
(c) State a loop invariant for the algorithm you proposed in part (b) above.
(d) Prove the loop invariant you proposed in part (c) above.

Expert Solution
steps

Step by step

Solved in 4 steps

Blurred answer
Knowledge Booster
Lower bounds sorting algorithm
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++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning