MCPcopy Create free account
hub / github.com/TheAlgorithms/Go / TestBucketSort

Function TestBucketSort

sort/sorts_test.go:93–95  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

91}
92
93func TestBucketSort(t *testing.T) {
94 testFramework(t, sort.Bucket[int])
95}
96
97func TestCocktailSort(t *testing.T) {
98 testFramework(t, sort.Cocktail[int])

Callers

nothing calls this directly

Calls 1

testFrameworkFunction · 0.85

Tested by

no test coverage detected