algorithm - Is it efficient to compress binary data from canonical Huffman? -
i trying learn compression algorithms using python ,so wondering effective use run length encoding or delta encoding on final stream of binary data ('1011') after canonical huffman? right converting binary data bytes , storing in file, there more efficient way store data ?
Comments
Post a Comment