2022-08-24 14:28:45 +02:00

32 lines
554 B
JSON

{
"blurb": "Implement run-length encoding and decoding.",
"authors": [
"MatForsberg"
],
"contributors": [
"bitfield",
"ekingery",
"ferhatelmas",
"hilary",
"ilmanzo",
"leenipper",
"sebito91"
],
"files": {
"solution": [
"run_length_encoding.go"
],
"test": [
"run_length_encoding_test.go"
],
"example": [
".meta/example.go"
],
"editor": [
"cases_test.go"
]
},
"source": "Wikipedia",
"source_url": "https://en.wikipedia.org/wiki/Run-length_encoding"
}