MCPcopy Index your code
hub / github.com/hustcc/JS-Sorting-Algorithm / main

Function main

src/goSortTest.go:231–240  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

229}
230
231func main() {
232 num := 5000
233 test_func(num, bubbleSort)
234 test_func(num, selectionSort)
235 test_func(num, insertionSort)
236 test_func(num, shellSort)
237 test_func(num, mergeSort)
238 test_func(num, quickSort)
239 test_func(num, heapSort)
240}

Callers

nothing calls this directly

Calls 1

test_funcFunction · 0.85

Tested by

no test coverage detected