The term "cyclic graph" is not well-defined.
If you mean a graph that is not acyclic, then the answer is 3. That would be the union of a complete graph on 3 vertices and any number of isolated vertices.
If you mean a graph that is (isomorphic to) a cycle, then the answer is n.
If you are really asking the maximum number of edges, then that would be the triangle numbers such as n (n-1) /2.
Chat with our AI personalities
n-1
V*(V-1)/2
No.No.No.No.
o(n^2)
Oh, dude, let me break it down for you. So, each vertex has degree 2, which means each vertex is connected to two edges. Since there are 7 vertices, you would have 7 * 2 = 14 edges in total. Easy peasy, right?