|
|
|
|
|
by thomasahle
1512 days ago
|
|
The interesting thing a out graph properties (like the emergence of connectivity, giant components, Hamiltonian paths etc.) is that they happen as "phase transitions". A classic example is cuckoo hashing: You want to know how many edges the random graph of hashes can have before it contains a cycle, since that's when you need to rehash into a larger table.
You might expect that this number is "pretty random" in that you sometimes get a cycle with few edges or sometimes have many edges but no cycle.
However it turns out that it very predictably happens exactly when the graph gets to a certain size. In the same way as 1000 coin flips very predictably have 450-550 heads. What's so cool about the theorem is thst it proves _any_ property you can think of has _some_ sudden threshold like that. |
|