FIT3155: Advanced data structures and algorithms Assignment, MUM, Malaysia Write a program that implements a binary heap and binary search tree data structure to manage a list of job requests in a computer repair shop
Question 1: Computer repair Priority Queue System Write a program that implements a binary heap and binary search tree data structure to manage a list of job requests in a computer repair shop. The program shall fulfill the following requirements: Design a binary heap data structure to store a list...