Question d’entretien chez Intangles

Implement Run-Length Encoding and decoding functions.

Réponse à la question d'entretien

Utilisateur anonyme

3 juill. 2025

Used an array to keep track of the count of each character while preserving the order of characters, using the 2 pointers appoach.