Vidyalelo
Data Structure · Q25

Graphs

Programming · Data Structure · question 25

Q25

What does the term "in-degree" refer to in the context of a directed graph?

A.
The total number of vertices in the graph.
B.
The number of edges incoming to a vertex.
Answer
C.
The number of cycles in the graph.
D.
The total number of vertices in the graph.

Answer: Option B

Solution

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