Does anyone know what the chromatic number of a graph chosen randomly on n vertices is, as n tends to infinity?
I mean, almost all graphs have chromatic number greater than any fixed k. But in terms of estimates, is O(n), O(log n), O(sqrt(n)) a good estimate for the chromatic number of large random graphs?
I assume by your wording that you are concerned with $G(n,1/2)$. This is the uniform distribution over all graphs on vertex set $\{1,\ldots, n\}.$ Then $$\chi(G(n,1/2)) \sim \frac{n}{2\log_2(n)}.$$ So $\Theta(n/\log n)$ is the estimate you were asking about.