|
|
|
|
|
by gus_massa
540 days ago
|
|
If you are going to zip the resulting file, it may be useful to have a lot of 0s. If you are going to send the result as is,
Huffman coding (with some escape for unusal words(?)) will be better. I think even better than the other method that forgets the probabilities and then tries to compresd it. |
|