Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Describe the meaning of the essential methods add(x), deleteMin(), and size() that are supported by the priority queue interface (5 marks).
Describe the meaning of the essential methods add(x), deleteMin(), and size() that are supported by the priority queue interface (5 marks).
Implement those methods using a singly-linked list (5 marks for each method