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.
|