AI MCQ #281: What is the complexity of minimax algorithm?

Q281. What is the complexity of minimax algorithm?

  • a) Same as of DFS
  • b) Space – bm and time – bm
  • c) Time – bm and space – bm
  • d) Same as BFS

✅ Correct Answer: A) Same as of DFS

Explanation: Same as DFS. State Space Search