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

Function TestBinaryInsertion

sort/sorts_test.go:80–82  ·  view source on GitHub ↗

BEGIN TESTS

(t *testing.T)

Source from the content-addressed store, hash-verified

78
79// BEGIN TESTS
80func TestBinaryInsertion(t *testing.T) {
81 testFramework(t, sort.BinaryInsertion[int])
82}
83
84func TestBubble(t *testing.T) {
85 testFramework(t, sort.Bubble[int])

Callers

nothing calls this directly

Calls 1

testFrameworkFunction · 0.85

Tested by

no test coverage detected