Topic: Minimax Algorithm
Not finding your answer? Try searching the web for Minimax Algorithm
Answers to Common Questions
What is the minimax algorithm in artificial intelligence?
The minimax algorithm is such a tactic, which uses the fact ... Read More »
Source: http://www.chacha.com/question/what-is-the-minimax-algorithm-in-a...
How would I wirte a code for a TIc Tac Toe game in Java using Min...
As it says in the Wikipedia entry, this is a recursive algorithm, so we will probably be using a recursive function. We will need some sort of data structure to represent the game board, a 3x3 array is the most intuitive. First thing you'll... Read More »
Source: http://au.answers.yahoo.com/question/index?qid=20100530234644AA2d...
Featured Content:
Minimax Algorithm