fave77 / Mathball

A JavaScript library for Competitive Programming
https://fave77.github.io/Mathball-Docs/
MIT License
99 stars 49 forks source link

Union of two arrays #199

Closed harsha-iiiv closed 5 years ago

harsha-iiiv commented 5 years ago

Do the checklist before filing the issue:

NOTE: Provide a clear and concise description of the feature that needs to be added! Or if its a bug, then provide the necessary steps to reproduce it along with screenshots.
fave77 commented 5 years ago

Will you be working on this issue? If yes, then provide the implementation like so:

const x = [1, 2, 3];
const y = [2, 3, 4];
M.union(x, y);    // [1, 2, 3, 4]
Shubhayu-Das commented 5 years ago

I will like to work on this, if no one has claimed the issue already.

harsha-iiiv commented 5 years ago

I am working on this issue @sateslayer

Shubhayu-Das commented 5 years ago

Oh ok, sorry. It was labelled up-for-grabs... Sorry.

fave77 commented 5 years ago

@harsha-iiiv I've already assigned you issue #192 First complete that and then if no one claimed this one by that time, then first comment that you'll be working and only after assigning, should you make a PR

Shubhayu-Das commented 5 years ago

I would like to work on this issue, unless @harsha-iiiv has already started working on this. In which case, I request you to mention that you have done so.

fave77 commented 5 years ago

@sateslayer you're assigned