What should i do to understand minimax algorithm | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What should i do to understand minimax algorithm

I have already made a two player tic tac toi game in C language, Now i want to add AI to the game for Human vs Computer. But i am having hard time understanding Minimax algorithm.

15th Apr 2021, 11:19 AM
Coding San
Coding San - avatar
3 Answers
+ 2
Can u give some more explanation about your problem
15th Apr 2021, 12:52 PM
A S Raghuvanshi
A S Raghuvanshi - avatar
0
@A.S I want to make Tic Toc Toi game (AI vs Human version) in C language, For this i need to learn one algorithm called MInimax algorithm. I did a lot of research about this algorithm but at the end have no any idea how to implement it with C language (I have only learned C language). I have already made a human vs human version of Tic Toc Toi Game in C. My problem is that I am not able to implement Minimax algorithm in C.
15th Apr 2021, 3:04 PM
Coding San
Coding San - avatar