版权声明: 本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!

仓库源文站点原文


title: 模板 - 德州扑克 categories:


这也能有模板 -_-!!

基于 C++14 标准, 实现了德州扑克各牌型的分类与大小比较

{% note warning %} 仅在 GCC 下测试过 {% endnote %}

<!-- more -->

{% note warning %} https://cplib.tifa-233.com/src/code/game/texas_holdem.hpp 存放了笔者对该算法/数据结构的最新实现, 建议前往此处查看相关代码 {% endnote %}

代码

<details open> <summary><font color='orange'>Show code</font></summary> {% icodeweb blog lang:cpp thpoker/TexasHoldemPoker.hpp %} </details>