package
2.2.2+incompatible
Repository: https://github.com/yiuterran/leaf.git
Documentation: pkg.go.dev

# Functions

计算组合结果.
从数组中选出m个任意组合算法:先固定某一位的数字,再遍历其他位的可能性,递归此过程.
从数组中选出m个任意组合,Int32版算法:先固定某一位的数字,再遍历其他位的可能性,递归此过程.
ConvertToFloat64 guess Num format and convert to Float64.
ConvertToInt guess Num format and convert to Int.
任意多个集合的笛卡尔积(直积)回溯法遍历所有可能性.
任意多个集合的笛卡尔积(直积),Int32版回溯法遍历所有可能性.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
全排列.
生成一个从start到end-1的数组.
生成一个从start到end-1的数组.