This C++ program uses backtracking algorithm to find best possible move by calculation winning and loosing probabilities of each move it does and eventually selecting the best possible move.
-
Updated
Jun 6, 2024 - C++
This C++ program uses backtracking algorithm to find best possible move by calculation winning and loosing probabilities of each move it does and eventually selecting the best possible move.
Tic-tac-toe is a game in which two players take turns in drawing either an ` O' or an ` X' in one square of a grid consisting of nine squares. The winner is the first player to get three of the same symbols in a row, column or diagonal.
Add a description, image, and links to the tik-tac-toe topic page so that developers can more easily learn about it.
To associate your repository with the tik-tac-toe topic, visit your repo's landing page and select "manage topics."