View Single Post
  #97  
Old 12-29-2006, 02:59 PM
mykey1961 mykey1961 is offline
Senior Member
 
Join Date: Oct 2005
Posts: 249
Default Re: 7 Card Hand Evaluators

[ QUOTE ]
I just gave the primitive loop as a base to work on, I've just managed to speed mine up a lot by creating arrays holding values to loop through, eliminating the need of all the ORs.

[/ QUOTE ]

I think an updating double linked list of unused cards might allow for faster looping.
Reply With Quote