Find position of a element in an unsorted array using divide and conquer
Answers
Answered by
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