Small typo

This commit is contained in:
Antti H S Laaksonen 2017-01-15 15:49:08 +02:00
parent 1bcdde4c1d
commit d4b814dcea
1 changed files with 1 additions and 1 deletions

View File

@ -525,7 +525,7 @@ to just find one element?
It turns out that we can find order statistics
using a randomized algorithm without sorting the array.
The algorithm is an Las Vegas algorithm:
The algorithm is a Las Vegas algorithm:
its running time is usually $O(n)$,
but $O(n^2)$ in the worst case.