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

Added Duplicate Character Counting in Python #2481

Merged
merged 1 commit into from
Oct 9, 2021

Conversation

simran2002
Copy link
Contributor

@simran2002 simran2002 commented Oct 8, 2021

Code to count the duplicate characters in a string.

Congrats on taking the first step to contributing to the Sample Programs repository maintained by The Renegade Coder!
For simplicity, please make sure that your pull request includes one and only one contribution.

Please fill one of the sections below as applicable.
Please also add any other relevant information to the Notes section at the bottom.
You may delete or just ignore any other sections.
For more information please refer to our contributing documentation

I Am Adding a New Code Snippet in Python

Code to count the duplicate characters in a string.
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @simran2002! Thanks for contributing to this project! We are a rather small team, so it may take some time to process this request. In the meantime, there are several ways you can make yourself a part of The Renegade Coder community. For instance, you can:

Thanks for your help!

@jrg94 jrg94 requested a review from a team October 9, 2021 15:51
@jrg94 jrg94 self-assigned this Oct 9, 2021
@jrg94 jrg94 added duplicate character counter See: https://sampleprograms.io/projects/duplicate-character-counter/ enhancement Any code that improves the repo hacktoberfest Hacktoberfest related labels Oct 9, 2021
@jrg94 jrg94 added this to In progress in Sample Programs via automation Oct 9, 2021
@jrg94 jrg94 added this to the 1,000 Code Snippets milestone Oct 9, 2021
@jrg94 jrg94 changed the title Added Duplicate Character Counting in Python #2471 Added Duplicate Character Counting in Python Oct 9, 2021
Copy link
Member

@jrg94 jrg94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great to me! I think we're missing the tests for this, so if you're interested in that sort of thing, we would appreciate it!

@jrg94 jrg94 merged commit d042a04 into TheRenegadeCoder:main Oct 9, 2021
Sample Programs automation moved this from In progress to Done Oct 9, 2021
@jrg94
Copy link
Member

jrg94 commented Oct 9, 2021

I just realized this code was in the wrong spot. Feel free to submit another pull request where the code is in the right location.

@simran2002
Copy link
Contributor Author

Sure will do that. Could you please tell me where to place the file in the new pull request ?? @jrg94

@jrg94
Copy link
Member

jrg94 commented Oct 9, 2021

archive/p/python

simran2002 added a commit to simran2002/sample-programs that referenced this pull request Oct 9, 2021
Code to count the duplicate characters in a string.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate character counter See: https://sampleprograms.io/projects/duplicate-character-counter/ enhancement Any code that improves the repo hacktoberfest Hacktoberfest related
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add Duplicate Character Counting in Python
2 participants