keon / algorithms

Minimal examples of data structures and algorithms in Python
MIT License
24.05k stars 4.6k forks source link

Add Minimax algorithm in backtrack section #723

Open rajapuranam opened 4 years ago

rajapuranam commented 4 years ago

Hi @ericklarac, Can we add Minimax algorithm in algorithms/backtrack section? If there is any possibility, I will send a pull request.

ericklarac commented 4 years ago

Every algorithm contribution is welcome 😄 .

ruijpbastos commented 3 years ago

Hi @rajapuranam , still interested in adding this algorithm? I'm free to review PRs.

rajapuranam commented 3 years ago

Hi @ruijpbastos , you can go ahead with the algorithm. I'm not issuing any PRs on that algorithm.

JustFredrik commented 2 years ago

Hello, me and my project group in a University course would like to claim this issue, would that be possible? :)

NicolasWittmann commented 2 years ago

860 Add minimax implementation in backtrack section

I work in the same team as @JustFredrik