RosettaCodeData/Task/Run-length-encoding/Mathematica/run-length-encoding-2.math

2 lines
79 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
RunLengthDecode[input_List]:= ConstantArray @@@ input // Flatten // StringJoin