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

Find maximum repeated character #19

Open
emrerenJs opened this issue Aug 8, 2022 · 0 comments
Open

Find maximum repeated character #19

emrerenJs opened this issue Aug 8, 2022 · 0 comments
Assignees

Comments

@emrerenJs
Copy link
Collaborator

emrerenJs commented Aug 8, 2022

Read a sentence from console and find which character is maximum repeating character.

Example 1:
Hello world

Frequency: 3, character: L

Example 2:
Ben en çok seni severim.

Frequency: 5, character: e

@emrerenJs emrerenJs changed the title Strings Find maximum repeated character Aug 8, 2022
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

2 participants