Vidyalelo
Data Structure · Q72

Graphs

Programming · Data Structure · question 72

Q72

What is the degree sequence of the given HyperGraph, in non-increasing order. V = v1,v2,v3,v4,v5,v6 E = v1,v4,v5 v2,v3,v4,v5 v2 v1 v1,v6

A.
3,2,1,1,1,1
B.
3,2,2,2,1,1
Answer
C.
3,2,2,2,2,1
D.
3,2,2,1,1,1

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board