Description: Application of artificial intelligence in the game tree is very important, to find an innings in a manner best step is to use Minimax in the game tree search for the optimal solution, such as computer games Tic Tac Toe you can quickly find the best solution and make decisions.
To Search:
File list (Check if you may need any files):
MinMaxTree\.classpath
..........\.project
..........\.settings\org.eclipse.jdt.core.prefs
..........\bin\Main.class
..........\...\MinMaxTree.class
..........\...\Node.class
..........\src\Main.java
..........\...\MinMaxTree.java
..........\...\Node.java
..........\.settings
..........\bin
..........\src
MinMaxTree