allensuvorov / leetcodeProblems

0 stars 0 forks source link

go std lib sort.Search - seems to have a bug #16

Closed allensuvorov closed 1 year ago

allensuvorov commented 1 year ago

https://github.com/golang/go/blob/master/src/sort/search.go

https://go.dev/src/sort/search.go https://pkg.go.dev/sort#Search

https://leetcode.com/problems/find-target-indices-after-sorting-array/

image

Can I report the issue and may be fix it?

allensuvorov commented 1 year ago

feature, not a bug