Jubal Mordecai Velasco
Jubal Mordecai Velasco
I was learning react when I come across this [section](https://reactjs.org/docs/state-and-lifecycle.html#state-updates-may-be-asynchronous) of the documentation. It took me a while before I understand(?) it, I find the explanation lacking so I added...
I wonder if you guys are going to add test vectors and performance test scripts for this header file in the future? Also a GH workflow would be nice
the minimax implementation can't find the optimal move in these input. Player X input. - (0, 1) > (1, 0) > (2, 1) - (0, 0) > (2, 0) >...