the new algorithm will consist of combining Huffman and Shannon-Fano coding system, which will be later translated in C language. Any proposals???

Recommended Answers

All 3 Replies

the new algorithm will consist of combining Huffman and Shannon-Fano coding system, which will be later translated in C language. Any proposals???

Go ahead!. Post it afterward.

Member Avatar for iamthwee

I don't think the shannon-fano algorithm should be used as it's sub-optimal. I would ignore that.

I don't think the shannon-fano algorithm should be used as it's sub-optimal. I would ignore that.

the the combined Huffman and Shannon-Fano code is called the Huffman-Shannon Fano coding(HSF). It encodes like Huffman and decodes similarly to Shannon. Combining both gives quicker encoding and decoding. Please send a Huffman and a Shannon algorithm.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.