How many edges are there in a completely connected simple graph(a simple graph is one with no loops or cycles)
n*(n-1)/2
n*(n-3)/2
n*n
n*(n-2)/3