AI Games Question:
Download Questions PDF

How the effectiveness of the alpha-beta pruning gets increased?
a) Depends on the nodes
b) Depends on the order in which they are executed
c) Both a & b
d) None of the mentioned

AI Games Interview Question
AI Games Interview Question

Answer:

a) Depends on the nodes

Download AI Games Interview Questions And Answers PDF

Previous QuestionNext Question
The complexity of minimax algorithm is
a) Same as of DFS
b) Space - bm and time - bm
c) Time - bm and space - bm
d) Same as BFS
Which is identical to the closed list in Graph search?
a) Hill climbing search algorithm
b) Depth-first search
c) Transposition table
d) None of the mentioned