Computer Science, asked by libra8352, 11 months ago

What is the advantage of adding alpha-beta pruning to a minimax algorithm

Answers

Answered by RewelDeepak
1

Explanation:

The advantages of alpha-beta pruning are as follow : i) Alpha-beta pruning plays a great role in reducing the number of nodes which are found out by minimax algorithm. ii) When one chance or option is found at the minimum, it stops assessing a move.

Answered by rintu2157
0

Answer:

The advantage of Alpha-beta pruning are has follow :1) alpha -beta pruning plays a great role in reducing the number of nodes which are found out by minimax algorithm

Similar questions