Кодирование длины серии Java ⇐ JAVA
-
Anonymous
Кодирование длины серии Java
I have no idea how to start my assignment.
We got to make a Run-length encoding program,
for example, the users enters this string:
aaaaPPPrrrrr
is replaced with
4a3P5r
Can someone help me get started with it?
Источник: https://stackoverflow.com/questions/114 ... h-encoding
I have no idea how to start my assignment.
We got to make a Run-length encoding program,
for example, the users enters this string:
aaaaPPPrrrrr
is replaced with
4a3P5r
Can someone help me get started with it?
Источник: https://stackoverflow.com/questions/114 ... h-encoding