Tell me an algorithm for Minimax (AI )
Answers
Answered by
0
Answer:
Min-Max algorithm is mostly used for game playing in AI. Such as Chess, Checkers, tic-tac-toe, go, and various tow-players game. This Algorithmcomputes the minimax decision for the current state. ... The minimax algorithm proceeds all the way down to the terminal node of the tree, then backtrack the tree as the recursion.
Similar questions