the answer and the explanation pleaseWhat is the maximum number of comparisons that could be made using Binary Search with a list with 30 elements? * Show transcribed image text What is the maximum number of comparisons that could be made using Binary Search with a list with 30 elements? *
Answer
if the binary search is balanced search treethen maximum number of compositions needed= 1 + log2(n)= 1 + log2(30)= 1 + 4.906890595608519= 6 (Approximately)If if
OR
OR