Skip to content
This repository was archived by the owner on May 23, 2021. It is now read-only.

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

BasicStringCompression

Algorithm to compress a string using simple string compression.

"aaabbbbc" turns into "a3b4c1".

Algorithm will keep original string if compressed string is longer.

Runs in O(n) time.

Uses O(n) memory.

About

Algorithm to compress a string using simple string compression."aaabbbbc" into "a3b4c1".

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages