You are given a perfect binary tree where all leaves are on the same level, and every parent has two children. The binary tree has the following definition:
Given a 1-indexed array of integers numbers that is already sorted in non-decreasing order, find two numbers such that they add up to a specific target number. ...