I have a list comprised of two sorted lists. I want to merge the two lists into a single list using constant auxiliary space.
As far as I know there doesn’t seem to exist a linear time algorithm to do the same. Am I wrong?
New contributor
Sir Villain Sr. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.