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
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
Comments
comments powered by Disqus