Question: Merge 2 sorted arrays in constant space and minimum time complexity.

Solution: Here we have to use list instead of arrays . Very complex to code and no practical importance. Take it as homework problem and try yourself.