Skip to content

Commit 0abff76

Browse files
committed
注释 radixSort
1 parent 75a861b commit 0abff76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pythonSortTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,4 @@ def radixSort():
213213
sortTest(mergeSort, TOTAL)
214214
sortTest(quickSort, TOTAL)
215215
sortTest(heapSort, TOTAL)
216-
sortTest(radixSort, TOTAL)
216+
# sortTest(radixSort, TOTAL)

0 commit comments

Comments
 (0)