Skip to content

Conversation

@sunidhib2002
Copy link

@sunidhib2002 sunidhib2002 commented May 26, 2021

This program applies set operations( union and intersection ) on two sorted arrays.
Example:
array_1: 1,2,3
array_2: 1,4,5
Union: 1,2,3,4,5
Intersection : 1

PR resolves #67

@unnati914
Copy link
Member

please mention what your code is doing in 1-2 lines

@unnati914 unnati914 self-requested a review May 30, 2021 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Find the Union and Intersection of the two sorted arrays

2 participants