Embed presentation
Download to read offline





Huffman coding is a technique used to compress files for transmission. It uses statistical coding, where more frequently used symbols have shorter code words. This allows files to be transmitted more quickly. Huffman coding works well for text and fax transmissions. It is an application that uses several data structures like binary trees and priority queues.




