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.

Where does the values of alpha-beta search get updated?

a) Along the path of search
b) Initial state itself
c) At the end
d) None of the mentioned

Answer: a
Explanation: Alpha-beta search updates the value of alpha and beta as it gets along and prunes the remaining branches at node.

Join The Discussion