Anuja-19 / Snippets

7 stars 88 forks source link

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

Open Anuja-19 opened 3 years ago

Anuja-19 commented 3 years ago

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

Mention the issue number in PR.

bhavyakjain commented 3 years ago

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

Anuja-19 commented 3 years ago

@bhavyakjain assigning you.

ChiefMilesEdgeworth commented 3 years ago

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 commented 3 years ago

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