Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.
Do you think a PHP script would be able to process every single texas holdem scenario to determine the odds of winning a hand if the user enters their hand and the flop in less than 5 seconds? Or would it be more logical to create it in C++ or Visual Basic for speed?
Thanks,
Last edited by lemonpiesaregood on Fri Jun 12, 2009 7:08 pm, edited 1 time in total.
I don't remember the permutations at that point for the probability, but unless it's in the higher tens of thousands, or millions (depending on the computer it's being run on), I don't see why not.