- Engineering
- Computer Science
- given two sets s1 and s2 and a number x...
Question: given two sets s1 and s2 and a number x...
Question details
GIven two sets s1 and s2 and a number x, devise a divide and conquer algorithm for finding whether there exists a pair of elements, one from s1 and another from s2 that adds up to x. Formulate a recurrence relation and solve by one method
Solution by an expert tutor
