Artificial intelligence (AI) Question:

Download Job Interview Questions and Answers PDF

How 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

Artificial intelligence Interview Question
Artificial intelligence Interview Question

Answer:

a) Depends on the nodes

Download Artificial intelligence Interview Questions And Answers PDF

Previous QuestionNext Question
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 closed list in Graph search?
a) Hill climbing search algorithm
b) Depth-first search
c) Transposition table
d) None of the mentioned