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

Duplicate Characters #130

Open
ShivangiSingh17 opened this issue Oct 13, 2019 · 2 comments
Open

Duplicate Characters #130

ShivangiSingh17 opened this issue Oct 13, 2019 · 2 comments

Comments

@ShivangiSingh17
Copy link
Owner

Write a program to find repeated characters in a String. For example, if given input to the program is "Monitor", it should print all duplicates characters, i.e. characters appear more than once in String and their count e.g. o = 2 because character 'o' has appeared twice in String "Monitor"

@Reyano132
Copy link

Hey @ShivangiSingh17 , I created PR for this issue. Here #135

@onnkeat
Copy link

onnkeat commented Oct 13, 2019

I created PR for this issue. #139

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

No branches or pull requests

3 participants