Skip to content

Anupam96786/Huffman_Coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman_Coding

A C++ encoding and decoding program based on Huffman Coding.

Introduction

This project is designed to encode and decode strings. Huffman coding is a lossless data compression algorithm. The idea is to reduce the number of bit usage. The most frequent character gets the smallest bits code and the least frequent character gets the largest bits code.

Usage

Download this project and copy the HuffmanCoding.hh file in your working directory.

Click Here to check the usage file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages