0. Consider the randomized find algorithm. Which of the following statements are true?
On all inputs the expected running rime of the algorithm in O(n).
There are some inputs on which the algorithm performs poorly, i.e. the expected running time is not O(n).
The expected number of recursive calls to the randomized find routine is O(log n).
There is a small but non zero probability that the randomized find returns an incorrect answer.