InterviewSolution
Saved Bookmarks
| 1. |
What Is A Task Dependency Graph? |
|
Answer» A directed graph with nodes representing tasks and EDGE from TASK a to B indicating that task b can only START after task a is completed. A directed graph with nodes representing tasks and edge from task a to b indicating that task b can only start after task a is completed. |
|