Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

String Compression - Java

A simple Java program to compress a string by replacing repeated characters with the character and its count.

Features

  • Takes a string from the user
  • Counts consecutive repeated characters
  • Displays the compressed string

Technology Used

Java

Topic

String

Output

Enter a string: aaabbcdddd Compressed string: a3b2c d4

Author

V.Harini

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages