AI MCQ #296: Which value is assigned to alpha and beta in the alpha-beta pruning?

Q296. Which value is assigned to alpha and beta in the alpha-beta pruning?

  • a) Alpha = max
  • b) Beta = min
  • c) Beta = max
  • d) Both Alpha = max & Beta = min

✅ Correct Answer: D) Both Alpha = max & Beta = min

Explanation: Alpha and beta are the values of the best choice we have found so far at any choice point along the path for MAX and MIN.