Demonstrate, step by step, how to sort a list of integers (2, 4, 1, 5, 6, 7) using a max-heap, following Example 4.15.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
100%

Demonstrate, step by step, how to sort a list of integers (2, 4, 1,

5, 6, 7) using a max-heap, following Example 4.15.

8 12 5 6
'1 10 5
A
14 10 8 12 56 1
A 14 8 12 6 1 10 5 15
15
10
"8 12 5 6
"6 1 10 14
A 1 14 10 8 12 56 15
A58 12 61 10 14 15
(a)
(b)
Transcribed Image Text:8 12 5 6 '1 10 5 A 14 10 8 12 56 1 A 14 8 12 6 1 10 5 15 15 10 "8 12 5 6 "6 1 10 14 A 1 14 10 8 12 56 15 A58 12 61 10 14 15 (a) (b)
Example 4.15 Sort a list of integers A[1.8] = (10,8, 14, 15, 12, 5,6, 1)
using a max-heap.
The list of n = 8 unsorted integers is first converted to a max-heap, i.e.
a partially sorted, left complete binary tree with the largest integer at
the root as in Figure 4.12. The first position A[1] is the root element.
During the sorting process, the list is divided into two sections: A[1.k),
the heap and A[k + 1.n), the sorted part (in shade in
Figures 4.17-4.19). We shall each time remove the root element at
A[11, the largest integer from the current heap and insert it to location
k +1, and k-k – 1.
This is followed by a restoring of the order property of the heap. When
the root r is removed, we move the larger one of its children to the root
position, and similarly, the larger one of the child's children to its
position. The process repeats until the order property is restored.
Transcribed Image Text:Example 4.15 Sort a list of integers A[1.8] = (10,8, 14, 15, 12, 5,6, 1) using a max-heap. The list of n = 8 unsorted integers is first converted to a max-heap, i.e. a partially sorted, left complete binary tree with the largest integer at the root as in Figure 4.12. The first position A[1] is the root element. During the sorting process, the list is divided into two sections: A[1.k), the heap and A[k + 1.n), the sorted part (in shade in Figures 4.17-4.19). We shall each time remove the root element at A[11, the largest integer from the current heap and insert it to location k +1, and k-k – 1. This is followed by a restoring of the order property of the heap. When the root r is removed, we move the larger one of its children to the root position, and similarly, the larger one of the child's children to its position. The process repeats until the order property is restored.
Expert Solution
steps

Step by step

Solved in 2 steps with 4 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY