0 votes
in Artificial Intelligence by
Which algorithm is used to solve any kind of problem?

(a) Breadth-first algorithm

(b) Tree algorithm

(c) Bidirectional search algorithm

(d) None of the mentioned

I had been asked this question during an interview.

The question is from Uninformed Search Strategy in chapter 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
Correct option is (b) Tree algorithm

Explanation: Tree algorithm is used because specific variants of the algorithm embed different strategies.
...