exercism / cpp

Exercism exercises in C++.
https://exercism.org/tracks/cpp
MIT License
252 stars 205 forks source link

feat: add run-length-encoding exercise #761

Closed vaeng closed 6 months ago

vaeng commented 6 months ago

According to https://gist.github.com/ErikSchierboom/2f121db2bc55003129408edcd19183dc, this exercise is the most popular (among other tracks) exercise, that has not yet been made available on the cpp track.

Let's change that.

I tried to make the examples as basic as possible. Should I rather use more "advanced" techniques?