0 votes
in Artificial Intelligence by
Explain Alpha–Beta pruning in AI

1 Answer

0 votes
by
Alpha–Beta pruning is a search algorithm that tries to reduce the number of nodes that are searched by the minimax algorithm in the search tree. It can be applied to ‘n’ depths and can prune the entire subtrees and leaves.
...