Correct Answer : Option (C) : Depth-first search
Explanation : The minimax search is depth-first search, So at one time we just have to consider the nodes along a single path in the tree.