Question d’entretien chez Garmin

Design a compression algorithm.

Réponse à la question d'entretien

Utilisateur anonyme

23 mars 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.