//
pkg.gl
Category
github.com/sdlyingyong/example_go
algorithm_and_data_structure
search
package
0.0.0-20221208071935-a08077453135
Repository:
https://github.com/sdlyingyong/example_go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
224 SLOC
#
Functions
Ceil
搜索数组中元素的最大索引如果不存在的话,返回大于这个元素的最小值索引.
Lower
mid计算中,如果有0.5会被设置为0,会用下取整方式处理.
SearchBigger
搜索有序数组中大于60的元素位置.