AI MCQ #293: Which values are independant in minimax search algorithm?

Q293. Which values are independant in minimax search algorithm?

  • a) Pruned leaves x and y
  • b) Every states are dependant
  • c) Root is independant
  • d) None of the mentioned

✅ Correct Answer: A) Pruned leaves x and y

Explanation: The minimax decision are independant of the values of the pruned values x and y because of the root values.