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

Creating Program to remove duplicates #680

Open
wants to merge 1 commit into
base: master
from

Conversation

@Ratna04priya
Copy link

@Ratna04priya Ratna04priya commented Jul 21, 2020

Adding Program to remove duplicates in Python

@@ -0,0 +1,11 @@
def remove_dups(string):

This comment has been minimized.

@ankit167

ankit167 Jul 27, 2020
Collaborator

the method name looks a bit misleading. If I understand correctly, the program removes adjacent duplicates (rather than removing duplicates)
Input: faacaacccgfs
Output: facacgfs

This comment has been minimized.

@Ratna04priya

Ratna04priya Jul 28, 2020
Author

yeah, right.. you got that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.