Vidyalelo
Data Structure · Q1

Graphs

Programming · Data Structure · question 1

Q1

What is the primary difference between a directed graph and an undirected graph?

A.
A directed graph has nodes with unique identifiers, while an undirected graph does not.
B.
A directed graph has edges with direction, while an undirected graph does not.
Answer
C.
There is no difference between them.
D.
A directed graph has nodes with unique identifiers, while an undirected graph does not.

Answer: Option B

Solution

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