Add line explaining the "%sort" test.

This commit is contained in:
Tim Peters 2013-08-22 18:32:53 -05:00
parent b445558d84
commit 78cc8daa9b
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ Comparison with Python's Samplesort Hybrid
/sort: ascending data
3sort: ascending, then 3 random exchanges
+sort: ascending, then 10 random at the end
%sort: ascending, then randomly replace 1% of elements w/ random values
~sort: many duplicates
=sort: all equal
!sort: worst case scenario