Lab2 Programming Language: Java
How to compile: 1.download the source code folder, then open the terminal and go to the source code directory 2.Type the following : javac run.java java run javac run2.java java run2 javac run3.java java run3
Finally there will be 2 outputs for the each initial states that includes the optimal path using two exploration functions. In this lab, it is trying to offer the optimum move for the players.