Questions tagged [programming]

Questions concerning programming

Questions about programming poker games, poker tournament apps, tracking apps etc. Questions should be geared toward general poker knowledge that may not be clear to programmers. Question should generally not be language specific. We strongly urge Stack Overflow and other more technical computer language sites at Stack exchange for most programming questions.

2 questions
1
vote
1 answer

What is flops seen percentage?

In a poker application I have to display flops seen percentage for each table. I understand flop is when 3 community cards are on the table. But what is 'flops seen'? I tried googling but could not understand.
0
votes
0 answers

Efficiently calculating poker hand equities

So I was reading this paper this that talks about clustering different poker hands based on their performance against opponent clusters. However, I am not sure how to do this efficiently. For the flop, there are 1326 * 19600 = 2.6 million…
Ozzy08
  • 1