github.com/benz9527/toy-box/algo@v0.0.0-20240221120937-66c0c6bd5abd/sort/radix_test.go (about) 1 package sort 2 3 import ( 4 "testing" 5 ) 6 7 func TestRadixSort(t *testing.T) { 8 DataComparator(RadixSort, 1000, 10, 500, true) 9 }