c++ Programming Glossary: minimax
C++ minimax function http://stackoverflow.com/questions/3630669/c-minimax-function minimax function I have searched Google and Stackoverflow for this.. for this question but I still don't understand how a minimax function works. I found the wikipedia entry has a pseudocode.. has a pseudocode version of the function function integer minimax node depth if node is a terminal node or depth 0 return the..
|