As the title says: What does "Graph" mean in this context? And why is it named "Graph"?
|
|
|
Graph is used here in mathematical context. The Wikipedia article could be helpful. Copying from the documentation:
|
|||||||
|
|
This is my own definition: A A In facebook, nodes could be a facebook user, a facebook page, a place, a group, or any other entity. An edge is simply a relation between nodes. For example:
|
|||
|
|
|
As @kgiannakakis explained a graph is a mathematical structure. Bascially like a tree but without a single root. (trees are graphs). In Facebook, I guess nodes are "friends" and edges are "their relations". Regards, Stéphane |
|||
|
|