Vidyalelo
Data Structure · Q36

Graphs

Programming · Data Structure · question 36

Q36

What is the characteristic of a tree that makes it a special type of graph?

A.
It is a connected acyclic graph.
Answer
B.
It is a directed graph with cycles.
C.
It contains at least one cycle.
D.
It has no edges.

Answer: Option A

Solution

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