
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN: 9780133594140
Author: James Kurose, Keith Ross
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Question
please do it in java
![Objectives - Tracing the heap sort with max heap and array
Heap sort is the process of two steps:
1. Transform or creating or rebuilding the given array into a max heap.
2. Deleting the max heap and sorting array elements at the same time.
You are given an integer array: {"25", "30", "20", "80", "40", "60"}.
Notes on the sample output:
. The highlight text is to make it easy to see the process. You don't need to do the highlight in
the actual program.
. The tracing text can be placed on the left of the array as long as the display is good spacing
and good alignment.
Sample Output
Processes of Heap Sort on a given integer array
25 30 20 80 40 60 - Original array
80 40 60 30 25 20 - Initial rebuild to form a heap
20 40 60 30 25 80 - After swapping A[0]and A[5]
60 40 20 30 25 80 - After rebuild max heap
25 40 20 30 60 80
40 30 20 25 60 80
25 30 20 40 60 80
30 25 20 40 60 80
P
-After swapping A[0] and A[4]
- After rebuild max heap
-After swapping A[0] and A[3]
- After rebuild max heap
20 25 30 40 60 80 -After swapping A[0] and A[2]
25 20 30 40 60 80 - After rebuild max heap
20 25 30 40 60 80 -After swapping A[0] and A[1]
20 25 30 40 60 80 - Sorted array](https://content.bartleby.com/qna-images/question/a38b1750-4836-4d47-bfc9-b05e81f0daae/b4adbffc-b2bc-4989-954c-315c781a2ee5/bdn220h_thumbnail.png)
Transcribed Image Text:Objectives - Tracing the heap sort with max heap and array
Heap sort is the process of two steps:
1. Transform or creating or rebuilding the given array into a max heap.
2. Deleting the max heap and sorting array elements at the same time.
You are given an integer array: {"25", "30", "20", "80", "40", "60"}.
Notes on the sample output:
. The highlight text is to make it easy to see the process. You don't need to do the highlight in
the actual program.
. The tracing text can be placed on the left of the array as long as the display is good spacing
and good alignment.
Sample Output
Processes of Heap Sort on a given integer array
25 30 20 80 40 60 - Original array
80 40 60 30 25 20 - Initial rebuild to form a heap
20 40 60 30 25 80 - After swapping A[0]and A[5]
60 40 20 30 25 80 - After rebuild max heap
25 40 20 30 60 80
40 30 20 25 60 80
25 30 20 40 60 80
30 25 20 40 60 80
P
-After swapping A[0] and A[4]
- After rebuild max heap
-After swapping A[0] and A[3]
- After rebuild max heap
20 25 30 40 60 80 -After swapping A[0] and A[2]
25 20 30 40 60 80 - After rebuild max heap
20 25 30 40 60 80 -After swapping A[0] and A[1]
20 25 30 40 60 80 - Sorted array
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution
Trending nowThis is a popular solution!
Step by stepSolved in 3 steps with 1 images

Knowledge Booster
Similar questions
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Computer Networking: A Top-Down Approach (7th Edi...Computer EngineeringISBN:9780133594140Author:James Kurose, Keith RossPublisher:PEARSONComputer Organization and Design MIPS Edition, Fi...Computer EngineeringISBN:9780124077263Author:David A. Patterson, John L. HennessyPublisher:Elsevier ScienceNetwork+ Guide to Networks (MindTap Course List)Computer EngineeringISBN:9781337569330Author:Jill West, Tamara Dean, Jean AndrewsPublisher:Cengage Learning
- Concepts of Database ManagementComputer EngineeringISBN:9781337093422Author:Joy L. Starks, Philip J. Pratt, Mary Z. LastPublisher:Cengage LearningPrelude to ProgrammingComputer EngineeringISBN:9780133750423Author:VENIT, StewartPublisher:Pearson EducationSc Business Data Communications and Networking, T...Computer EngineeringISBN:9781119368830Author:FITZGERALDPublisher:WILEY

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 Engineering
ISBN:9780124077263
Author:David A. Patterson, John L. Hennessy
Publisher:Elsevier Science

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
Computer Engineering
ISBN:9781337093422
Author:Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:9780133750423
Author:VENIT, Stewart
Publisher:Pearson Education

Sc Business Data Communications and Networking, T...
Computer Engineering
ISBN:9781119368830
Author:FITZGERALD
Publisher:WILEY