Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 222 Bytes

File metadata and controls

14 lines (8 loc) · 222 Bytes

MiniMax with alpha-beta pruning

Reference

Task

alpha-beta-task

Solution

alpha-beta-solution-1