Question
A programmer needs round-robin scheduling, and the chosen structure has the property that traversal can continue cyclically without reaching a null link. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Circular Linked List
Explanation:
Circular Linked List fits because it supports round-robin scheduling and traversal can continue cyclically without reaching a null link.
Both clues point to this choice.
Leave a Reply