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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic