For a simple graph of 1 node/vertex with no edges (null graph), what would the complement of this graph be? Would it be a loop with itself or a null graph with one vertex? Or neither?
Thanks!
|
For a simple graph of 1 node/vertex with no edges (null graph), what would the complement of this graph be? Would it be a loop with itself or a null graph with one vertex? Or neither? Thanks! |
|||||
|
|
It would be the same graph, since a simple graph cant have loops, and a complement graph has the same vertices as the original. |
|||
|
|