Re: 7 Card Hand Evaluators
I modified a version that becomes a large quantity of pointers.
Rank = State0^[c1]^[c2]^[c3]^[c4]^[c5]^[c6]^[c7]
Ain't that pretty?
It also is just a bit faster.
Now a "State" is actually a pointer, to an array of pointers.. etc ... Lions, Tigers, and Bears... oh my.
|