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

Strings Compression #47

Open
akshitagupta15june opened this issue Sep 25, 2020 · 6 comments
Open

Strings Compression #47

akshitagupta15june opened this issue Sep 25, 2020 · 6 comments

Comments

@akshitagupta15june
Copy link
Member

Take as input S, a string. Write a function that does basic string compression. Print the value returned. E.g. for input “aaabbccds” print out a3b2c2d1s1.
Input Format

A single String S
Constraints

1 < = length of String < = 1000
Output Format

The compressed String.
Sample Input

aaabbccds

Sample Output

a3b2c2d1s1

Explanation

In the given sample test case 'a' is repeated 3 times consecutively, 'b' is repeated twice, 'c' is repeated twice and 'd and 's' occurred only once.

@rexdivakar
Copy link

Can i work on this ? will raise PR after Oct 1st, so can u assign this one on me?

@Halix267
Copy link
Contributor

@akshitagupta15june I want to work on this .plzz assign it to me.

@HimadriPathak
Copy link
Contributor

can i do this plz

@KickItLikeShika
Copy link

I really excited to work on this!

@kanikarajpal
Copy link

Can you please assign this to me?

@Ajit-007
Copy link

Hi, I want to work on this. Will you please assign me this issue?

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

7 participants