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
Write the bot that plays using the minimax algorithm variant called negamax. As this game can have multiple formats, it would be nice to implement the algorithm using hash tables, in order to save memory and computation time.
Write the bot that plays using the minimax algorithm variant called negamax. As this game can have multiple formats, it would be nice to implement the algorithm using hash tables, in order to save memory and computation time.