Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This is a question with multiple parts and is not two questions posted in one. Question 4: 1. Say that a pointer p points to

This is a question with multiple parts and is not two questions posted in one.

Question 4: 1. Say that a pointer p points to an element in the middle of a heap. Give an O(log n) time algorithm to remove this element from the heap. Hint: Its very similar to regular delete.

2. Say that we want to maintain two Heaps one with the minimum at the top (and the children no smaller than the parent) and one with the maximum on the top (and the children no larger than the parent). Thus the operations we want to maintain are Delete Max(H), Delete Min(H) and Insert(H, x). Use two heaps with pointers between two copies of the same elements so that the above operations could be done in O(log n) each. Note that Delete Max, also deletes this item from the Min Heap. Further, this element can be located in the middle of the Min Heap.

Hint: Use part 1 that explains how to delete a vertex from the middle of a Heap.

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

Flash XML Applications Use AS2 And AS3 To Create Photo Galleries Menus And Databases

Authors: Joachim Schnier

1st Edition

0240809173, 978-0240809175

More Books

Students also viewed these Databases questions