I was wondering if anyone could help me go through this question. I looked up the Min Max theory, but I still don't know how to apply this concept to this question below.
The following tree represents possible moves in a competitive game, showing that player X currently has a choice between move A and move B. Following the move of player X, player Y is allowed to select a move, and then player X is allowed to select the last move of the game. The leaf nodes of the tree are labeled W, L, or T, depending on whether that ending represents a win, loss, or tie for player X.
Use the min-max search to determine if player X should move A or B to obtain the best result X can expect.
To review min-max search, see http://www.nada.kth.se/kurser/kth/2D1350/progp02/lecture2.pdf
Player X should move A.
Player X should move B.