What is the maximum number of edges in a directed graph with n nodes? Is there any upper bound?
In the graph with self loop
max edges= n*n
such as we have 4 nodes(vertex)
4 nodes = 16 edges= 4*4