To which depth does the alpha-beta pruning can be applied?
2022
To which depth does the alpha-beta pruning can be applied?
- A.
4
- B.
1
- C.
2
- D.
Any depth
Attempted by 108 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.