Pregunta de entrevista de Garmin

Design a compression algorithm.

Respuesta de la entrevista

Anónimo

23 mar 2018

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.