Let us first review some basic random graph models. The most popular is perhaps the Erdös-Rényi model, denoted by G(n, p) for some n ∈ N and p ∈ [0, 1]. In this model, there is a set of vertices V (with n = |V |), and the edge set over V is determined randomly by ( n 2 ) biased coin tosses. Initially, there are no edges: E := ∅. Then, for each pair of vertices u, v ∈ V , independently flip a co...