Coding Assignment 2: Tic-Tac-Toe with Minimax-Alpha-Beta Pruning

In this assignment we will be implementing the alpha-beta pruning to our minimax implementation on tic-tac-toe. This is to enhance the minimax algorithm we implemented in this week's lesson.

➡️ Access the assignment and all details here.

Extra Resources: