Question

A developer is tasked with implementing a task scheduling system where multiple tasks with dependencies need to be executed. Which data structure would be most suitable for organizing and resolving task dependencies?

A Binary Tree
B Stack
C Queue
D Graph
E Linked List
Practice Next

Hey! Ask a query