Tree Traversal
1. Let us consider V to be the total number of vertices and E to be the total number of edges in a tree. What is the time complexity of Breadth First Traversal in this tree?
2. What is the most appropriate data structure for Breadth First Traversal of a tree?