Minimax Search
In Tic-Tac-Toe, if we don't use depth as parameter while mapping to graph, then which of the following will be true?
Alpha beta pruning is used for?
What is the main disadvantage of the Minimax algorithm?
What is the main advantage of using a Minimax tree in game theory?
What is the time complexity of the Minimax algorithm for a complete tree where n is the number of moves?