Skip to content

This implementation of Huffman code that is a particular type of optimal prefix code which is commonly used for lossless data compression

Notifications You must be signed in to change notification settings

Vishesh-Mittal/Huffman-coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman-coding

This implementation of Huffman code that is a particular type of optimal prefix code which is commonly used for lossless data compression

A Huffman code is a particular type of optimal prefix code that is commonly used for lossless data compression. The process of finding or using such a code proceeds by means of Huffman coding

The steps i followed:

  a)Encoding:The steps I followed were Making Frequency Dictionary,Constructing Heap, Constructing Binary Tree,Building Codes ,Encoding Text,Padding Encoding Text Convert,and coverting them into bytes then comperessing file
  b)Decoding: Decompressing Text ,Remove Padding, Decoding Text.

About

This implementation of Huffman code that is a particular type of optimal prefix code which is commonly used for lossless data compression

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published