Increasing sequence algorithm
In an inteview, i was asked to find the answer to the following algorithm question.
Suppose you get a short input of increasing integers, say, "2 4", can you figure out what integers come after 4? If you assume the second integer is +2 greater than t...