Algorithms Explained – minimax and alpha-beta pruning

This video covers the minimax search algorithm, as well as how it can be sped up using alpha-beta pruning. Pseudocode: - plain minimax - alpha beta Support the creation of more tutorials:
Back to Top