Q. Graph traversal is different from a tree traversal, because (Solved)
1. trees are not connected.
2. graphs may have loops.
3. trees have root.
4. None is true as tree is a subset of graph.
- c. trees have root.
1. trees are not connected.
2. graphs may have loops.
3. trees have root.
4. None is true as tree is a subset of graph.