Member • Jul 28, 2011
Which algorithm is used to compress a file ?
I have written some codes of huffman coading algorithm(lossles compression) in c.
And now i want to know which algorithm is used in populer compressed file like zip,rar,tar etc ?
Please provide some link where i can get moer detail about that algorithm.