Applications of huffman coding dcdr

ShaishavShah8 60 views 5 slides Jun 22, 2021
Slide 1
Slide 1 of 5
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5

About This Presentation

Huffman Coding


Slide Content

Prepared by- Shaishav R Shah (170120116094) Guided by – Prof. Nisha Patel Gandhinagar Institute of Technology SUBJECT-DCDR (2160708) (Applications of Huffman Coding)

An Application of Binary Trees and Priority Queue. Huffman Coding is a method of shortening down messages sent from one computer to another so that it can be sent quicker. Each code is a binary string that is used For transmission of the corresponding message. For Example : BAGGAGE Plain Text 100 11 0 0 11 0 101 Code What is Huffman Coding 2

Used to compress files for transmission . To decrease our storage cost . Huffman coding is widely used for image compression. Since it reduces the coding redundancy and results in lossless data at the receiver end . Uses statistical coding , M ore frequently used symbols have shorter code words . Works well for text and fax transmissions . 3 Applications

S um m ar y Huffman coding is a technique used to compress files for transmission Uses statistical coding more frequently used symbols have shorter code words Works well for text and fax transmissions An application that uses several data structures

Thank You
Tags