ephremdeme / data-structure-and-algorithms

Implement most data structures and algorithms in different programming languages.
Apache License 2.0
50 stars 145 forks source link

Remove duplicates from a list #368

Closed phistav closed 3 years ago

phistav commented 3 years ago

Remove duplicates.

Note: please add hacktoberfest-accepted to the PR.

phistav commented 3 years ago

@Kanhakhatri065 @zafar-hussain Could you please review this request?

zafar-hussain commented 3 years ago

looks good, well-done @phistav

another idea, what if we convert the given list into a set and then into a list, would that work?

zafar-hussain commented 3 years ago

@ephremdeme, please merge this PR

cheers

phistav commented 3 years ago

looks good, well-done @phistav

another idea, what if we convert the given list into a set and then into a list, would that work?

@zafar-hussain sure, that would work too

phistav commented 3 years ago

@zafar-hussain could you please add hacktoberfest-accepted to the PR?

zafar-hussain commented 3 years ago

@Kanhakhatri065, please if you can merge and label this PR thanks