Time Left - 15:00 mins

Graph Traversal I Starter Quiz

Attempt now to get your rank among 75 students!

Question 1

What is the best data structure to implement topological sort on directed graph?

Question 2

Top to down traversing of tree is called?

Question 3

A person wants to visit some places. He starts from a vertex and then wants to visit every place connected to this vertex and so on. What algorithm he should use?

Question 4

In the _____ traversal we process all of a vertex's descendants before we move to an adjacent vertex.

Question 5

Consider the tree arcs of a BFS traversal from a source node W in an unweighted, connected, undirected graph. The tree T formed by the tree arcs is a data structure for computing ?

Question 6

Which of the following statement is true?

Question 7

Which of the following graphs Topological ordering is not possible?


  • 75 attempts
  • 1 upvote
  • 1 comment
Jul 20GATE & PSU CS