摘要: 字典序的定义不再赘述。本篇暂不考虑递归实现。经典生成算法步骤如下。 函数结构如下。 1 //交换 a[u] 和 a[o] 2 template <typename T> 3 void swap(T *a,int u,int o); 4 5 //找到满足Pj-1 < Pj 的i 6 template 阅读全文
posted @ 2022-03-02 12:44 人间别久不成悲 阅读(220) 评论(0) 推荐(0) 编辑