Question: (Missing number in Arithmetic Progression) You are given an array that represents elements of arithmetic progression in order. One element is missing in the progression.
(Missing number in Arithmetic Progression) You are given an array that represents elements of arithmetic progression in order. One element is missing in the progression. Give an algorithm to find the missing number. For example, given: 1, 5, 9, 13, 17, 21, 25, 29, 37, the answer is 33. Given n numbers, your algorithm should take O(log n) time.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
