AI MCQ #243: In many problems the path to goal is irrelevant, this class of problems can be s…

Q243. In many problems the path to goal is irrelevant, this class of problems can be solved using ____________

  • a) Informed Search Techniques
  • b) Uninformed Search Techniques
  • c) Local Search Techniques
  • d) Informed & Uninformed Search Techniques

✅ Correct Answer: C) Local Search Techniques

Explanation: If the path to the goal does not matter, we might consider a different class of algorithms, ones that do not worry about paths at all. Local search algorithms operate using a single current state (rather than multiple paths) and generally move only to neighbors of that state.