Determining flop texture in sheets
Determining flop texture in sheets
Given a list of flops how would we determine how connected a flop is using sheets functions
I was able to write functions to determine if the flop is suited or paired but canβt figure out how to test for how connected a board is Thoughts?
Reply...
1 Reply
Earlier posts are available on our legacy forum HERE
Probably there is some array function for it, but how about simply calculating number of gaps?
(Highest rank - Second rank -1) + (Second rank - Third rank - 1) = Number of gaps
Reply...