Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find the Union and Intersection of the two sorted arrays #68

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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