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 #34

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

Strings Compression #34

akshitagupta15june opened this issue Sep 25, 2020 · 10 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.

@Pratik-ahirrao
Copy link
Contributor

I would like to work on this issue.

@akshitagupta15june
Copy link
Member Author

PROCESS OF CONTRIBUTION IN THIS REPOSITORY

FORK THIS REPOSITORY
ADD YOUR CODE IN RESPECTIVE FOLDER
CREATE A PULL REQUEST
AFTER A SIMPLE CHECK I WILL MERGE THE PR

HAPPY CODING AND CONTRIBUTING!!!!

@Pratik-ahirrao
Copy link
Contributor

Please check my PRs for other issues.

@charchitmangal
Copy link

I would like to Work on this

@Kara3
Copy link
Contributor

Kara3 commented Sep 26, 2020

I would like to work on this issue during the Hacktoberfest.

@akshitagupta15june
Copy link
Member Author

ok i am assigning it to u

@Kara3
Copy link
Contributor

Kara3 commented Sep 26, 2020

Thank you!

@umar07
Copy link
Contributor

umar07 commented Sep 28, 2020

I would like to solve this!

@SiddharthShukla547
Copy link

Hey, could you assign me this? I would like to work on this

akshitagupta15june added a commit that referenced this issue May 26, 2021
Strings Compression Solution (fixed Issue #34)
@ruchikayadav1408
Copy link

I would like to contribute to this project.Please assign me this project.I will complete this project in just one day by using comments,appropriate variable names and in most efficient way.Greatly looking ahead to work with you.

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