Vidyalelo
Data Structure · Q121

Sorting Algorithms

Programming · Data Structure · question 121

Q121

What will be the base case in the function of binary search used in the code of binary insertion sort? (high and low are the rightmost and leftmost index of array respectively and item is the element whose correct position is to be determined by the binary search function)

Options are not available for this question.

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board