Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assignment #6 Due Date: Saturday, October 28 at 11:59pm Submit: eLearning Late Policy: -10 points per hour late Instructions: This is an individual assignment. Answers

Assignment #6 Due Date: Saturday, October 28 at 11:59pm Submit: eLearning Late Policy: -10 points per hour late Instructions: This is an individual assignment. Answers should be your own work. Chapter 6 100 points total Questions are 10 points each. 1) Show the result of inserting the following values one at a time into an initially empty binary heap. (Show the heap after each insert). Use trees to illustrate each heap. 42, 11, 28, 8, 13, 61, 18 2) Show how the final heap created in the previous problem would be stored in an array. 3) Show the result after a deleteMin on this binary heap. (Show each step). 3 / \ 6 10 / \ / \ 15 8 19 21 / \ / \ 20 25 9 11 4) Show the result after a deleteMin on this binary heap. (Show each step). 12 / \ 16 18 / \ / \ 32 25 21 24 / \ / \ / \ / \ 40 45 58 50 42 54 48 52 /\ / \ 49 46 59 57 5) Show a recursive merge of the following leftist heaps. (Show each step). h1 h2 4 8 / \ / \ 10 50 12 19 / \ / \ / 13 20 30 14 40 / / 16 25 6) Show a recursive merge of the following leftist heaps. (Show each step). h1 h2 5 7 / \ / \ 10 19 12 40 / \ / / \ / 13 20 54 30 14 50 / \ / /\ 16 18 25 61 65 7) Show a recursive merge of the following skew heaps. (Show each step). h1 h2 19 11 / \ / \ 54 39 12 30 /\ / / \ / \ 61 65 68 30 14 50 59 8) Show a merge of the following binomial queues. (Show each step). h1: 8 12 17 \ | \ 14 20 21 \ 28 h2: 6 15 9 \ | \ 19 11 16 \ 23 9) Show a merge of the following binomial queues. (Show each step). h1: 13 17 22___ | \ | \ \ 20 21 40 45 26 \ \ |\ 28 50 30 32 \ 39 h2: 6 15 9 \ | \ 19 11 16 \ 23 10) For the 3-heap shown in slide 37: a) (2 pts) show how it could be stored in an array b) (6 pts) give the formulas to find the left, middle, and right children from any parent c) (2 pts) give the formula to find the parent from any child Submit to eLearning: hw6.doc (.doc can be .txt, .jpg, etc.) 

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

Graph Databases New Opportunities For Connected Data

Authors: Ian Robinson, Jim Webber, Emil Eifrem

2nd Edition

1491930896, 978-1491930892

More Books

Students also viewed these Databases questions

Question

Which team solution is more likely to be pursued and why?

Answered: 1 week ago