1. Computer Science Engineering (CSE)
  2. Data Structures (DS)
  3. Graph traversal is different from a tree...
Q.

Graph traversal is different from a tree traversal, because

A. trees are not connected.
B. graphs may have loops.
C. trees have root.
D. None is true as tree is a subset of graph.
Answer» C. trees have root.
View all MCQs in:   Data Structures (DS)

Discussion