minimax (#947)
* minimax.py minimax algorithm is used for game like tic tac toe. It traces the path and selects the optimal move. * minimax.py Minimax is used in decision making and game theory to find the optimal move for a player, when your opponent also plays optimally. It is widely used in games like Tic-Tac-Toe, Chess. * Delete minimax.py * Update minimax.py * Minimax is a backtracking algorithm that is used in game theory to find the optimal move for a player, assuming that your opponent also plays optimally
A
Aditi Agarwal committed
4ff2a9dd4e1a517cb0526ff51233bb6f1fc3fc8d
Parent: 26df2aa
Committed by cclauss <[email protected]>
on 7/7/2019, 4:59:58 AM