jamielolregan9054 jamielolregan9054 13-03-2024 Mathematics contestada Input are two sorted sets S1 and S2 and |S1| + |S2| = n. Design an O(n)algorithm to compute the intersection. Write the pseudocode or english sentences of the steps.