Design a compression algorithm.
Utilisateur anonyme
1. Asked questions about what kind of data, how frequently it arrived/was called, how much data, etc. to scope out the problem. 2. Put forth a simple compression approach that collapsed repeated values into a single value and a count. 3. Discussed corner cases, efficiency, etc.