/String-Compression-

Implemented a method to perform basic string compression using the counts of repeated characters. For example, the string aabcccccaaa would become a2blc5a3

This repository is not active