Commit 78cc8daa authored by Tim Peters's avatar Tim Peters

Add line explaining the "%sort" test.

parent b445558d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment