Single Choice Easy

QWhich of the following searching algorithms is used for searching in a graph?

ID: #5711 Searching Algorithms 141 views
Question Info
#5711Q ID
EasyDifficulty
Searching AlgorithmsTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Binary search
  • B Depth-first search
  • C Breadth-first search
  • D AVL tree
Correct Answer

Explanation

Answer: Depth-first search

Explanation: Depth-first search is used for searching in a graph because it traverses the graph in a depth-first manner and can find all reachable vertices.

Share This Question

Challenge a friend or share with your study group.