Lines of Action
- Explain how you will use a search tree to find the solution,
•Abstract
•Introduction
•Related work
•Methodology
•References
-No code is to be written for Lines of Action.
-Methodology: should be technical content.
Tic-Tac-Toe
-Random methods (PermuteBySorting and RandomizeInPlace methods are already implemented in the code)
-Best Move (Already implemented within the code)
-Recursion (You have to Implement any recursion method-method which calls itself-of your choice)
-User should get four options to select between bestmove(), RandomizeInPlace(), PermuteBySorting(), and a recursive method of your choice.