Commit 01e75a69 authored by Tim Peters's avatar Tim Peters

Add line explaining the "%sort" test.

(grafted from 1ea833ecaf5a9d43a886e9e73b4e2551d0d5b548)
parent 06ce077e
...@@ -60,6 +60,7 @@ Comparison with Python's Samplesort Hybrid ...@@ -60,6 +60,7 @@ Comparison with Python's Samplesort Hybrid
/sort: ascending data /sort: ascending data
3sort: ascending, then 3 random exchanges 3sort: ascending, then 3 random exchanges
+sort: ascending, then 10 random at the end +sort: ascending, then 10 random at the end
%sort: ascending, then randomly replace 1% of elements w/ random values
~sort: many duplicates ~sort: many duplicates
=sort: all equal =sort: all equal
!sort: worst case scenario !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