mgechev / javascript-algorithms

💻 JavaScript implementations of computer science algorithms
https://mgechev.github.io/javascript-algorithms/
MIT License
7.83k stars 1.27k forks source link

Minimax algorithm implementation #167

Closed krzysztof-grzybek closed 4 years ago

krzysztof-grzybek commented 4 years ago

Hi! I would like to implement minimax algorithm. Would You accept the PR?

mgechev commented 4 years ago

Hey @krzysztof-grzybek, yes, sure. I'd love to review and merge this algorithm!