To which depth does the alpha-beta pruning can be applied?
2021
To which depth does the alpha-beta pruning can be applied?
Answer: D. Any depth — Alpha–beta pruning can be applied to any depth in a game tree. It only eliminates branches that need not be explored, regardless of depth.
- A.
4
- B.
1
- C.
2
- D.
Any depth
Attempted by 420 students.
Show answer & explanation
Correct answer: D
Alpha–beta pruning can be applied to any depth in a game tree. It only eliminates branches that need not be explored, regardless of depth.
Loading lesson…