0 votes
in Artificial Intelligence by
Backtracking is based on ____________

(a) Last in first out

(b) First in first out

(c) Recursion

(d) Both Last in first out & Recursion

I got this question in quiz.

My question comes from Constraints Satisfaction Problems topic 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
The correct option is (d) Both Last in first out & Recursion

To explain I would say: Recursion uses LIFO.

Related questions

0 votes
asked Dec 6, 2021 in Artificial Intelligence by DavidAnderson
+1 vote
asked Oct 20, 2021 in Artificial Intelligence by DavidAnderson
...