package
0.0.0-20240627085529-3c531c578999
Repository: https://github.com/ct-zh/golearn.git
Documentation: pkg.go.dev
# Functions
CheckSort 检查数组是否按照升序排序的.
No description provided by the author
GenerateNearlyArray 生成近似顺序的整数数组 n: 数组大小; swapTimes: 数组打乱次数;.
No description provided by the author
GenerateRandomArray 生成元素数量为n,元素在[rangeL,rangeR]区间的 整数集合.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SimplifyStr 去掉非数字与字母的部分,并将大写字母转换为小写字母 a-z: 97-122 A-Z: 65-90 0-9: 48-57.
SumInt 整数求和.