Min-Max algorithm is mostly used for game playing in AI.Mini-Max algorithm uses recursion to search through the game-tree.It provides an optimal move for the player assuming that opponent is also playing optimally. Mini-max algorithm is a recursive or backtracking algorithm which is used in decision-making and game theory.
Next → ← prev Mini-Max Algorithm in Artificial Intelligence