Question
Which graph type is most natural for “user A follows user B” on a social platform?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Directed graph
Explanation:
Following is not necessarily reciprocal, so the relationship has an origin and destination. A directed edge can represent A following B without implying B follows A.
Leave a Reply