Question: It must be in this form : Write a pseudocode to find all the common elements in two sorted lists of numbers. For example, for

It must be in this form :

Write a pseudocode to find all the common elements in two sorted lists of numbers. For example, for the lists of "2, 5, 5, 5" and "2, 2, 3, 5, 5, 7", the output should be "2, 5, 5" What is the time efficiency of your algorithm if the lengths of the two given lists are m a. b. ofit o mumbernCprao sthr comparison Requirements and hints: 1) Name the function as "myCommonEle". 2) The pseudocode must carefully define the function's input, output, and purpose
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
