Given an array, each element is one more or one less than its preceding element. We need to search for a particular element in it. What is the most optimal solution?
SupportExpert
Given an array, each element is one more or one less than its preceding element. We need to search for a particular element in it. What is the most optimal solution?
Share