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

Add remove_duplicates function to the list module. #156

Closed
wants to merge 1 commit into from
Closed

Add remove_duplicates function to the list module. #156

wants to merge 1 commit into from

Conversation

Ameen2000
Copy link

No description provided.

Signed-off-by: Ameen2000 <Ameen2000@users.noreply.github.com>
@Ameen2000
Copy link
Author

Noticed that the List module had many useful functions that deals with duplicate elements in lists such as contains_dup, find_dup, and remove_consecutive_duplicates. However, there was no remove_duplicates function that eliminates any duplicate from the list while maintaining the same order of the list. So, I added one.

@bcc32
Copy link
Member

bcc32 commented Jul 11, 2023

Closed for the same reason as #155.

@bcc32 bcc32 closed this Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants