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

Set Functions in any language ( Union , Intersection, Difference, Symmetric Difference) #86

Open
Anuja-19 opened this issue Oct 3, 2020 · 4 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@Anuja-19
Copy link
Owner

Anuja-19 commented Oct 3, 2020

Please comment the language you would be using, so that the issue can be assigned to you.

Mention the issue number in PR.

@Anuja-19 Anuja-19 added the good first issue Good for newcomers label Oct 3, 2020
@Anuja-19 Anuja-19 changed the title Set Function in any language ( Union , Intersection, Difference, Symmetric Difference) Set Functions in any language ( Union , Intersection, Difference, Symmetric Difference) Oct 3, 2020
@bhavyakjain
Copy link
Contributor

I am good in Java and Python. Please assign to me.

@Anuja-19
Copy link
Owner Author

Anuja-19 commented Oct 3, 2020

@bhavyakjain assigning you.

@ChiefMilesEdgeworth
Copy link
Contributor

I could make some in Rust. Is there a particular data structure or design you'd like (i.e. should it be seperate functions which operate on a Vec, or should I make a struct Set and put the functions in its impl?

@Anuja-19
Copy link
Owner Author

Anuja-19 commented Oct 3, 2020

@ChiefMilesEdgeworth it's up to you. You can use whichever data structure you like.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants