Skip to content

Commit 3e8db00

Browse files
committed
typo
1 parent 63e20a5 commit 3e8db00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/extra-info/QSM3Info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ of three partitioning but are worst cases for the simple version of
4040
quicksort.
4141

4242
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
43+
the numbers 1 to 12? For example, the first call to partition takes
4444
the median of 3, 2 and 1, the second takes the median of 5, 4 and 3,
4545
the next has 7, 6 and 5 etc.
4646

0 commit comments

Comments
 (0)