package
0.0.0-20240920062246-d0657495930a
Repository: https://github.com/yigmmk/leetcode.git
Documentation: pkg.go.dev
# Functions
return -1 of array if not found the target,result is different with sort.SearchInts 没有搜索到目标返回-1 与sort.SearchInts()行为不同,sort.SearchInts()返回元素插入位置,可能是len(values).