Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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

Answer: d
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.

Join The Discussion