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

[Problem] Remove duplicate elements from the array #34

Open
ademclk opened this issue Aug 21, 2022 · 3 comments
Open

[Problem] Remove duplicate elements from the array #34

ademclk opened this issue Aug 21, 2022 · 3 comments
Assignees
Labels
good first contribution Good for new contributors good first issue Good for newcomers programs

Comments

@ademclk
Copy link
Owner

ademclk commented Aug 21, 2022

Remove duplicate elements

For example, you're given an array of integers. 1, 4, 6, 9, 2, 5, 7, 6

6 is the duplicate element here.

Write a program that removes the duplicate element from the array.

@ademclk ademclk added good first issue Good for newcomers good first contribution Good for new contributors programs labels Aug 21, 2022
@dejmartins
Copy link
Contributor

Hello, I'm interested in doing this task. Can you assign to me, this issue?

@Legoeggolas
Copy link
Contributor

I assume @dejmartins will be working on a Java implementation, so I will write a C++ one.

Legoeggolas added a commit to Legoeggolas/callofcode that referenced this issue Aug 21, 2022
ademclk added a commit that referenced this issue Aug 21, 2022
@dejmartins
Copy link
Contributor

I've made a pull request, waiting on a feedback

ademclk added a commit that referenced this issue Oct 24, 2022
Resolved Issue #34 using python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first contribution Good for new contributors good first issue Good for newcomers programs
Projects
None yet
Development

No branches or pull requests

3 participants