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

Write a function that returns the count of characters that have to be removed in order to get a string with no consecutive repeats. #554

Open
abhijit9040 opened this issue Oct 19, 2024 · 6 comments

Comments

@abhijit9040
Copy link

Examples
'abbbbc' => 'abc' # answer: 3
'abbcca' => 'abca' # answer: 2
'ab cca' => 'ab ca' # answer: 1

@ayush14189
Copy link

Please assign me this issue

@rkdabas
Copy link

rkdabas commented Oct 20, 2024

/assign

1 similar comment
@Random-Var
Copy link

/assign

@BaniSinghgithub
Copy link

hello sir @leonardomso , please assign me this task.

@krrakshit
Copy link

Can you please assign me this issue under haktoberfest.

@abhijit9040
Copy link
Author

/assign

Okay

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

No branches or pull requests

6 participants