×

Multiple-Choice Questions

Web Technologies MCQs

Computer Science Subjects MCQs

Databases MCQs

Programming MCQs

Testing Software MCQs

Digital Marketing Subjects MCQs

Cloud Computing Softwares MCQs

AI/ML Subjects MCQs

Engineering Subjects MCQs

Office Related Programs MCQs

Management MCQs

More

Advertisement


Which of the following is NOT an application of Breadth-First Search (BFS)?

20. Which of the following is NOT an application of Breadth-First Search (BFS)?

  1. Shortest path finding in an unweighted graph
  2. Topological sorting in a directed acyclic graph
  3. Level order traversal of a binary tree
  4. Finding the minimum spanning tree

Answer

The correct answer is: D) Finding the minimum spanning tree

Explanation

BFS is not used to find the minimum spanning tree. Algorithms like Kruskal's and Prim's are used for finding the minimum spanning tree.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.