0 votes
in Artificial Intelligence by
Which of the following is/are Uninformed Search technique/techniques?

(a) Breadth First Search (BFS)

(b) Depth First Search (DFS)

(c) Bidirectional Search

(d) All of the mentioned

I got this question in a national level competition.

My question is based upon Uninformed Search and Exploration topic in division 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 (d) All of the mentioned

The best I can explain: Several uninformed search techniques includes BFS, DFS, Uniform-cost, Depth-limited, Bidirectional search etc.

Related questions

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