go/src/sort
cuishuang 9d76157e2d sort: add examples for SearchStrings, SliceIsSorted
Change-Id: I80b5c99bd8626be6e347f535579c864a565685db
Reviewed-on: https://go-review.googlesource.com/c/go/+/632775
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
2024-12-03 17:07:42 +00:00
..
example_interface_test.go
example_keys_test.go all: fix some function names and typos in comment 2024-11-21 22:16:20 +00:00
example_multi_test.go all: fix some function names and typos in comment 2024-11-21 22:16:20 +00:00
example_search_test.go sort: add examples for SearchStrings, SliceIsSorted 2024-12-03 17:07:42 +00:00
example_test.go sort: add examples for SearchStrings, SliceIsSorted 2024-12-03 17:07:42 +00:00
example_wrapper_test.go
export_test.go
gen_sort_variants.go all: drop old +build lines 2023-10-19 23:33:27 +00:00
search.go sort: add available godoc link 2023-11-28 16:40:32 +00:00
search_test.go
slice.go sort: add available godoc link 2023-11-28 16:40:32 +00:00
sort.go slice, sort: correct triple of xorshift RNG 2024-11-02 07:24:25 +00:00
sort_slices_benchmark_test.go sort: use math/rand/v2 in tests and benchmarks 2024-02-08 22:59:40 +00:00
sort_test.go sort: add example for Find 2024-07-16 17:55:15 +00:00
zsortfunc.go
zsortinterface.go