selection algorithm SEL that can be called on A and B separately and, in addition, a small number (say, ten) of extra mem- ory words that can be used to store some extra data. Using SEL as a subroutine, design an O(n + m) algorithm for  finding the kth smallest element in the combined set of O(m + n) elements. You may not merge the two arrays in another array and call an algo- rithm (either SEL or something you wrote) on this third array. This is because there is no extra memory available to build this third array.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 24PE
icon
Related questions
Question

Now suppose that you are given two unsorted arrays A and B, con-
taining m and n elements respectively. You are also given a black
box O(n) selection algorithm SEL that can be called on A and B
separately and, in addition, a small number (say, ten) of extra mem-
ory words that can be used to store some extra data. Using SEL
as a subroutine, design an O(n + m) algorithm for  finding the kth
smallest element in the combined set of O(m + n) elements.
You may not merge the two arrays in another array and call an algo-
rithm (either SEL or something you wrote) on this third array. This
is because there is no extra memory available to build this third array.

(b) Now suppose that you are given two unsorted arrays A and B, con-
taining m and n elements respectively. You are also given a black
box O(n) selection algorithm SEL that can be called on A and B
separately and, in addition, a small number (say, ten) of extra mem-
ory words that can be used to store some extra data. Using SEL
as a subroutine, design an O(n + m) algorithm for finding the kth
smallest element in the combined set of O(m + n) elements.
You may not merge the two arrays in another array and call an algo-
rithm (either SEL or something you wrote) on this third array. This
is because there is no extra memory available to build this third array.
Transcribed Image Text:(b) Now suppose that you are given two unsorted arrays A and B, con- taining m and n elements respectively. You are also given a black box O(n) selection algorithm SEL that can be called on A and B separately and, in addition, a small number (say, ten) of extra mem- ory words that can be used to store some extra data. Using SEL as a subroutine, design an O(n + m) algorithm for finding the kth smallest element in the combined set of O(m + n) elements. You may not merge the two arrays in another array and call an algo- rithm (either SEL or something you wrote) on this third array. This is because there is no extra memory available to build this third array.
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Counting Sort
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