Question
Which data structure or concept is best described as a structure that removes elements according to priority rather than arrival time?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Priority Queue
Explanation:
Priority Queue is a structure that removes elements according to priority rather than arrival time.
This description distinguishes it from the other choices.
Leave a Reply