Question: Find an algorithm on the Web, to find all the common elements in two sorted lists of numbers. For example, for the lists 2, 5,
Find an algorithm on the Web, to find all the common elements in two sorted lists of numbers. For example, for the lists 2, 5, 5, 5, 8 and 1, 2, 2, 3, 5, 5, 5, 7, 9 the output should be 2, 5.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
