The file data.txt contains numbers representing priorities. Priorities range from 1 to 99, and higher numbers indicate higher priority. Write code that reads the numbers one by one, creates a priority queue using a max heap, and pops data when the number is O. Each time data is popped from the priority queue, print the contents of the priority queue. data.txt 43 30 15 22 55 27 0 32 0 0 48 0 77 78 0 0 56 0 This is the output for the first problem Enter filename: data.txt 55 popped 43 30 27 22 15 43 popped 32 30 27 22 15 32 popped 30 22 27 15 48 popped 30 22 27 15 78 popped 77 30 27 15 22 77 popped 30 22 27 15 56 popped 30 22 27 15

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
I warn you don't use AI to generate answer and don't try to copy other's work otherwise I'll give you multiple downvotes for sure if I see plagiarism.
The file data.txt contains numbers representing priorities. Priorities range from 1 to
99, and higher numbers indicate higher priority. Write code that reads the numbers
one by one, creates a priority queue using a max heap, and pops data when the
number is O. Each time data is popped from the priority queue, print the contents of
the priority queue.
data.txt
43 30 15 22 55 27 0 32 0 0 48 0 77 78 0 0 56 0
This is the output for the first problem
Enter filename: data.txt
55 popped
43 30 27 22 15
43 popped
32 30 27 22 15
32 popped
30 22 27 15
48 popped
30 22 27 15
78 popped
77 30 27 15 22
77 popped
30 22 27 15
56 popped
30 22 27 15
Transcribed Image Text:The file data.txt contains numbers representing priorities. Priorities range from 1 to 99, and higher numbers indicate higher priority. Write code that reads the numbers one by one, creates a priority queue using a max heap, and pops data when the number is O. Each time data is popped from the priority queue, print the contents of the priority queue. data.txt 43 30 15 22 55 27 0 32 0 0 48 0 77 78 0 0 56 0 This is the output for the first problem Enter filename: data.txt 55 popped 43 30 27 22 15 43 popped 32 30 27 22 15 32 popped 30 22 27 15 48 popped 30 22 27 15 78 popped 77 30 27 15 22 77 popped 30 22 27 15 56 popped 30 22 27 15
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Stack
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education