The name given to the process of encoding data such that it uses lesser number of bits as compared to the original representation.
2
votes
1answer
123 views
Which one of these both run-length decoding algorithm is the most optimal?
I'm working on Ocaml.org 99 problems, and I solved the run-length decode one.
Here is the solution given by the site:
...
1
vote
0answers
73 views