1) Which graph traversal uses a queue to hold vertices which are to be processed next ?
2) Which of the graph traversal is recursive by nature?
3) For a dense graph, Prim's algorithm is quicker than Kruskal's algorithm True/False
4) Which graph traversal technique is utilized to find strongly connected component of any graph?