RosettaCodeData/Task/Run-length-encoding/Mathematica/run-length-encoding-2.math
2023-07-01 13:44:08 -04:00

1 line
79 B
Text

RunLengthDecode[input_List]:= ConstantArray @@@ input // Flatten // StringJoin