1 Which of the following is the most efficient?
2 In how many steps would the binary search algorithm halt if it were to search for the value 17 {\displaystyle 17} , in the set S = { 2 , 3 , 5 , 7 , 11 , 13 , 17 , 19 , 23 } {\displaystyle S=\left\{2,3,5,7,11,13,17,19,23\right\}} ?
3 What is the big O of the algorithm mentioned in the previous question?