Google News
logo
Artificial Intelligence - Interview Questions
What is Alpha-beta Pruning?
Alpha–Beta pruning is a search algorithm that tries to reduce the number of nodes searched by the minimax algorithm in the search tree. It can be applied to ‘n’ depths and can prune the entire subtrees and leaves.
Advertisement