We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
这并不是你问题的答案,但是有一本关于这个主题的优秀书籍,名为 组合算法:生成、枚举和搜索。
它在算法/数学方面和实际实现之间取得了很好的平衡。大多数示例都很简单,可以在很短的时间内用 C 等过程语言编写。
It's not quite an answer to your question, but there is an excellent book on exactly this topic called Combinatorial Algorithms: Generation, Enumeration, and Search.
It's nicely balanced between the algorithmic/mathematical side and actual implementation. Most of the examples are simple enough that they can be written in a procedural language like C in a very short amount of time.
你需要这样的东西吗:
Do you need something like this: