Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Is it possible to design a min - help that supports both INSERT and EXTRACT - MIN in time o ( l o g n
Is it possible to design a minhelp that supports both INSERT and EXTRACTMIN in
time The answer is NO we can use that heap and sort n numbers in
time in comparison model ie insert all numbers first, then do EXTRACTMIN n
times, we get the numbers in the sorted order
Now consider another heap that supports two operations: INSERT and EXTRACT
APPROXMIN, which extracts either the minimum or the second minimum but it wont
tell you which one For example, if the heap contains numbers then
EXTRACTAPPROXMIN may return or Prove that it is NOT possible to support
both INSERT and EXTRACTAPPROXMIN operations in time.
Hint: prove that if this is possible, then we can do sorting in which will give us
a contradiction.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started