I'm trying to solve a riddle, where one part is a drawing of a complete graph of 7 vertices. I guess that part of the riddle should correspond to a number somewhere not too far from 6000.
Does anyone know any property of a graph that can be applied to get to a number in that magnitude?
Cause the only thing I've found, is number of edges, which is way to few, and number of possible paths (2^21) which is way to high..
