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

Unique Array #323

Open
wzhouwzhou opened this issue Oct 1, 2019 · 3 comments
Open

Unique Array #323

wzhouwzhou opened this issue Oct 1, 2019 · 3 comments
Labels
enhancement New feature or request hacktoberfest-accepted Hacktoberfest! question Further information is requested

Comments

@wzhouwzhou
Copy link
Owner

You are given an array with random integers. Design an algorithm that returns the array with duplicates removed. This means if the input is [1,10,7,1,4], the output will be [1,10,7,4].

Some solutions might be faster than others but speed does not matter

@wzhouwzhou wzhouwzhou added bug Something isn't working bugfix Fix the "something not working" enhancement New feature or request hacktoberfest-accepted Hacktoberfest! and removed bug Something isn't working bugfix Fix the "something not working" labels Oct 1, 2019
@wzhouwzhou wzhouwzhou added the question Further information is requested label Oct 1, 2019
@wzhouwzhou wzhouwzhou pinned this issue Oct 1, 2019
jagw1re added a commit to jagw1re/one-line-wonders that referenced this issue Oct 4, 2019
@yashagarwal1999
Copy link
Contributor

Solved this issue in python #404

@yashagarwal1999
Copy link
Contributor

Please let me know if there are any changes

@yashagarwal1999
Copy link
Contributor

Solved this issue in pull request
#410

yashagarwal1999 added a commit to yashagarwal1999/one-line-wonders that referenced this issue Oct 22, 2019
@wzhouwzhou wzhouwzhou unpinned this issue Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest-accepted Hacktoberfest! question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants