View Single Post
  #8  
Old 08-23-2007, 03:15 PM
mykey1961 mykey1961 is offline
Senior Member
 
Join Date: Oct 2005
Posts: 249
Default Re: 7 Card Hand Evaluators

A second Table could give the Minimum, and Maximum possible Hand Values for each State.

Value = StateValue[State].Minimum;
Possible = StateValue[State].Maximum;

NewState = Table[State,NextCard];
Reply With Quote