Question #1
Question:
Write a standalone script or function that compresses a string based on the count of contiguous letters. For example, given abbcccdddd, the function will return, ab2c3d4.
Solution: PENDING
~rs
more ...Question:
Write a standalone script or function that compresses a string based on the count of contiguous letters. For example, given abbcccdddd, the function will return, ab2c3d4.
Solution: PENDING
~rs
more ...