Skip to content

Commit 9ee0ed1

Browse files
committed
Speicfy input values for run-length encoding to fix exercism#238
1 parent d0cc7fe commit 9ee0ed1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

exercises/run-length-encoding/description.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ the compressed data, which makes it a lossless data compression.
1313
```
1414
"AABCCCDEEEE" -> "2AB3CD4E" -> "AABCCCDEEEE"
1515
```
16+
17+
For simplicity, you can assume that the unencoded string will only contain
18+
the letters A through Z.

0 commit comments

Comments
 (0)