Math, asked by Harshsukhija2451, 11 months ago

Find position of a element in an unsorted array using divide and conquer

Answers

Answered by ItsCuteBoy
0

Answer:

Search the element x in the array using minimum number of comparisons. Any sort of comparison ... if 'x' is found before the '( n-1)th'. // index, then it is present in the ...

Similar questions