q_algorithm icon indicating copy to clipboard operation
q_algorithm copied to clipboard

大神为什么你的python版本没有用到表,速度还是那么快?

Open winterfeel opened this issue 7 years ago • 1 comments

我看到python版只有一个split模块,并且我进行了测试,胡牌结果是正确的且非常快,请问这是什么思路,没有用到您说的生成table方法

winterfeel avatar Oct 07 '17 04:10 winterfeel

这是拆分的思路,速度和查表差不多。

yuanfengyun avatar Oct 07 '17 06:10 yuanfengyun