+1 vote
in Artificial Intelligence by
Which search algorithm imposes a fixed depth limit on nodes?

(a) Depth-limited search

(b) Depth-first search

(c) Iterative deepening search

(d) Bidirectional search

This question was posed to me by my college director while I was bunking the class.

Asked question is from Uninformed Search Strategy topic in portion Problem Solving of Artificial Intelligence

Select the correct answer from above options

Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience

1 Answer

0 votes
by
The correct choice is (a) Depth-limited search

For explanation I would say: None.

Related questions

+1 vote
asked Nov 1, 2021 in Artificial Intelligence by DavidAnderson
+1 vote
asked Nov 1, 2021 in Artificial Intelligence by DavidAnderson
...