This is one of the best guides on alpha beta pruning.Learn its example,working, implementation with minimax algorithm, along with advantage and disadvantages.
Alpha Beta Pruning is a search algorithm that is used to decrease the number of nodes or branches that are evaluated by the Minimax Algorithm in the search tree.










