minimax (#947) · UnixJunkie/all-algorithms-python@4ff2a9d · GitHub
Skip to content

Commit 4ff2a9d

Browse files
aditiagarwal34550cclauss
authored andcommitted
* 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
1 parent 26df2aa commit 4ff2a9d

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

backtracking/minimax.py

Lines changed: 28 additions & 0 deletions

0 commit comments

Comments
 (0)