IMPLEMENTATION OF SEQUENTIAL AND PARALLEL ALPHA-BETA PRUNING ALGORITHM
Keywords:
Minimax, Alpha-Beta Pruning, Maximizer, MinimizerAbstract
In the past, game applications were proved to be inefficient compared to present day. This is mostly because of limitation of computer computation and memory space and inadequate game tree algorithms to help determine the next move. Games that require extensive searching needed a faster and more efficacious technique. Alpha-Beta Pruning is one of the most fundamental optimization technique for Minimax algorithm. Just by passing 2 extra parameters in the Minimax function, namely alpha and beta, this algorithm helps increase the speed of the game drastically. The pruning helps in eliminating the number of searches whenever there already exists a better move available in the game tree. In this paper, the effects of Alpha-Beta Pruning on the game tree are discussed by taking into account bimatrix games such as Tic-Tac-Toe and Checkers etc.
Downloads
Published
Issue
Section
License

This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
Under the Creative Commons Attribution- 4.0 International License (CC BY-4.0 DEED).
You are free to:
- Share — copy and redistribute the material in any medium or format for any purpose, even commercially.
- Adapt — remix, transform, and build upon the material for any purpose, even commercially.
- The licensor cannot revoke these freedoms as long as you follow the license terms.
Under the following terms:
- Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
Notices:
You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation.
No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material.
