Answers

Question and Answer:

  Home  Artificial Intelligence Algorithms

⟩ Backtracking is based on a) Last in first out b) First in first out c) Recursion d) Both a & c

d) Both a & c

Explanation:

Recursion uses LIFO.

 355 views

More Questions for you: