Vidyalelo
Data Structure · all questions

Graph Algorithms (DFS, BFS, Dijkstras, etc)
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

167

Questions

6/9

Page

Pick an option on a question to see the right answer and solution.

Consider the following graph.
Graph Algorithms (DFS, BFS, Dijkstras, etc) mcq question image
If b is the source vertex, what is the minimum cost to reach f vertex?

Select an option to see the answer and solution.

Which of the following scientists didn't publish A* algorithm?

Select an option to see the answer and solution.

Which of the following is the greedy best first search?

Select an option to see the answer and solution.

The Bellmann Ford algorithm returns . . . . . . . . value.

Select an option to see the answer and solution.

How many times the insert and extract min operations are invoked per vertex?

Select an option to see the answer and solution.

Which of the following is false about Prim's algorithm?

Select an option to see the answer and solution.

What is the pseudo code to compute the shortest path in Dijkstra's algorithm?

Options are not available for this question.

Select an option to see the answer and solution.

What procedure is being followed in Floyd Warshall Algorithm?

Select an option to see the answer and solution.

Who published the B* search algorithm?

Select an option to see the answer and solution.

Consider the following graph. What is the minimum cost to travel from node A to node C?
Graph Algorithms (DFS, BFS, Dijkstras, etc) mcq question image

Select an option to see the answer and solution.

Kruskal's algorithm is best suited for the dense graphs than the prim's algorithm.

Select an option to see the answer and solution.

What will be the time complexity of the iterative depth first traversal code(V=no. of vertices E=no.of edges)?

Select an option to see the answer and solution.

Which of the following is true?

Select an option to see the answer and solution.

Bellmann ford algorithm provides solution for . . . . . . . . problems.

Select an option to see the answer and solution.

What is the time complexity of Dijikstra's algorithm?

Select an option to see the answer and solution.

Prim's algorithm is a . . . . . . . .

Select an option to see the answer and solution.

If all the weights of the graph are positive, then the minimum spanning tree of the graph is a minimum cost subgraph.

Select an option to see the answer and solution.

Who described this Best First Search algorithm using heuristic evaluation rule?

Select an option to see the answer and solution.

Dijkstra's Algorithm is the prime example for . . . . . . . .

Select an option to see the answer and solution.

Is Best First Search a searching algorithm used in graphs.

Select an option to see the answer and solution.