'What is represent by edges when facebook using graph data structure

when learning graph data structure I learned that facebook also use it.And I know nodes represent persons. is edge represent connections between them? when we become a friend with them is there a edge between me and that new friend?



Solution 1:[1]

yes. new connection established and to show connections those social networks use breadth first search(BFS)

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Dinithi