
Game Tree
A game tree is a diagram that shows all possible moves and outcomes in a strategic game like chess or tic-tac-toe. It starts at the current situation (the root) and branches out for every potential move, leading to new positions. Each branch represents a move, and each node represents a game state. By exploring this tree, players or algorithms can evaluate which moves lead to better outcomes, helping them make informed decisions. Essentially, it's a visual map of all possible game scenarios, aiding in strategic planning and analysis.