Examveda

Which of the following is a HyperGraph, where V is the set of vertices, E is the set of edges?

A. V = {v1, v2, v3} E = {e1, e2} = {{v2, v3} {v1, v3}}

B. V = {v1, v2} E = {e1} = {{v1, v2}}

C. V = {v1, v2, v3} E = {e1, e2, e3} = {{v2, v3}{v3, v1}{v2, v1}}

D. All of the mentioned

Answer: Option D


This Question Belongs to Data Structure >> Graphs

Join The Discussion

Related Questions on Graphs

What is a cycle in a graph?

A. A path that starts and ends at the same vertex with no other repetitions.

B. A path that includes all vertices exactly once.

C. A path with no edges.

D. A complete traversal of all vertices.