Find two numbers in a sorted array that add up to target.
O(n)
O(1)
Solution code coming soon. Practice on LeetCode for now.