Skip to content

[Problem] Remove duplicate elements from the array #34

Description

@ademclk

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions