|
|
|
|
|
by aidenn0
1296 days ago
|
|
If you select a random person, and then select a random friend of that person, most of the time, the latter has more friends. This is because friendship graphs tend to have a small number of highly-connected nodes and a large number of less-connected nodes. Therefore most of the connections are between a less-connected node and a more connected node. So, if you just select a random node, you are highly likely to select a less-connected node, which also means that if you follow a random connection from that node, you are likely to reach a highly connected node. So to answer your original question: No. |
|