Question
A programmer needs modeling one-way relationships, and the chosen structure has the property that an edge from u to v need not imply an edge from v to u. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Directed Graph
Explanation:
Directed Graph fits because it supports modeling one-way relationships and an edge from u to v need not imply an edge from v to u.
Both clues point to this choice.
Leave a Reply