Question 2
Suppose we are trying to find a number 52 in a binary search tree. Which of the following probe sequences are possible while performing the search? Note: Each option shows a probe sequence for searching 52 in different binary search trees
85, 62, -18, 55, -8, 51, 52
78, -22, 68, -10, 58, 55, 52
-25, 82, 45,-10, 70, 55, 52
28, 75,-15, 62,-8, 68, 52