AI Games Question:
Download Questions PDF

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

AI Games Interview Question
AI Games Interview Question

Answer:

c) Transposition table

Download AI Games Interview Questions And Answers PDF

Previous QuestionNext Question
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
Which function is used to calculate the feasibility of whole game tree?
a) Evaluation function
b) Transposition
c) Alpha-beta pruning
d) All of the mentioned