AI MCQ #271: Which of the following algorithm is generally used CSP search algorithm?

Q271. Which of the following algorithm is generally used CSP search algorithm?

  • a) Breadth-first search algorithm
  • b) Depth-first search algorithm
  • c) Hill-climbing search algorithm
  • d) None of the mentioned

✅ Correct Answer: B) Depth-first search algorithm

Explanation: Provides backtrack facility.