mohitanand001 / underscore_cpp

underscore_cpp
MIT License
7 stars 30 forks source link

Implement set union more optimally. #24

Closed mohitanand001 closed 5 years ago

mohitanand001 commented 5 years ago

@blowdee Please look into it.

mohitanand001 commented 5 years ago

Use this for pointers https://stackoverflow.com/questions/12863904/algorithm-to-find-intersection-of-two-sets-without-using-any-data-structure

WizardOfArc commented 5 years ago

I'd like to take a stab at it - this is Union yes?

mohitanand001 commented 5 years ago

@WizardOfArc you can proceed with it.

WizardOfArc commented 5 years ago

https://github.com/farziengineer/underscore_cpp/pull/25 (feedback is welcome)

mohitanand001 commented 5 years ago

Thanks @WizardOfArc . #25