Question
A programmer needs modeling symmetric relationships, and the chosen structure has the property that each edge connects two vertices bidirectionally. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Undirected Graph
Explanation:
Undirected Graph fits because it supports modeling symmetric relationships and each edge connects two vertices bidirectionally.
Both clues point to this choice.
Leave a Reply