We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e20a5 commit 3e8db00Copy full SHA for 3e8db00
src/algorithms/extra-info/QSM3Info.md
@@ -40,7 +40,7 @@ of three partitioning but are worst cases for the simple version of
40
quicksort.
41
42
Can you construct a worst case input for median of three quicksort for
43
-the number 1 to 12? For example, the first call to partition takes
+the numbers 1 to 12? For example, the first call to partition takes
44
the median of 3, 2 and 1, the second takes the median of 5, 4 and 3,
45
the next has 7, 6 and 5 etc.
46
0 commit comments