You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementation of tic-tac-toe and a parallel version of Minimax algorithm.
Includes a Sequential Main program, and a parallel version. It is a personal research due to curosity of applying concurrency
in recursive functions applied to games.
About
Implementation of tic-tac-toe and a parallel version of Minimax algorithm