- A A directed graph has edges with directions, while an undirected graph does not.
- B A directed graph has cycles, while an undirected graph does not.
- C A directed graph has only one connected component, while an undirected graph can have multiple connected components.
- D A directed graph has only one source node, while an undirected graph can have multiple source nodes.
- Share this MCQ
Answer:
A
Share this MCQ
A directed graph has edges with directions, while an undirected graph does not. In a directed graph, each edge has a direction associated with it, indicating that the edge only goes from one node to another. In an undirected graph, edges do not have directions, indicating that the edge goes both ways between two nodes.
Click me to Read more Question & Answer of GraphShare this MCQ