Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please give explanation why you chose your answer so I can compare with answer I chose to see difference if there are any. Thanks will

Please give explanation why you chose your answer so I can compare with answer I chose to see difference if there are any. Thanks will give good feedback

image text in transcribed

Question 6 1 pts Suppose we wish to use a priority queue inside another algorithm, where we know there will be n Insert operations, m2 Change-Key operations, and n Extract-Max operations. Which data structure should we use to implement the priority queue in order to minimize the asymptotic expected running time? Binary heap, as seen in class Sorted list (as 1 question above) Hash table (as two questions above) O Question 7 1 pts Suppose we now have to implement a priority queue in a setting where we know the priorities always come from the set 1,..., r We can consider yet another data structure: we maintain an array of r lists, where the i-th list contains all the elements currently in the priority queue that have priority i. How fast can the basic priority queue operations be implemented using this particular data structure, assuming the priority queue contains n elements? Choose the tightest upper bounds that apply. Insert: O(r) Extract-Max: O(1) Insert: O(1) Extract-Max: O(r) Insert: O(1) Extract-Max: O(1) Insert: O(r) Extract-Max: O(r)

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

Advances In Databases And Information Systems Uropean Conference Adbis 2020 Lyon France August 25 27 2020 Proceedings Lncs 12245

Authors: Jerome Darmont ,Boris Novikov ,Robert Wrembel

1st Edition

3030548317, 978-3030548315

More Books

Students also viewed these Databases questions

Question

4. I can tell when team members dont mean what they say.

Answered: 1 week ago

Question

2. How were various roles filled?

Answered: 1 week ago