Skip to content

A Huffman decoder to enable lossless text file compression upto 100kb. Separate file for URL shortening as well.

Notifications You must be signed in to change notification settings

rishavgiri6/Data-compressor-Mini-File

Repository files navigation

Data-Compresser- Mini File

Compression Algorithms Project: Data Compression and Decompression In Data Compression or bit-rate reduction involves encoding information using fewer bits than the original representation. Compression can be either lossy or lossless. Lossless compression reduces bits by identifying and eliminating statistical redundancy. No information is lost in lossless compression. Lossy compression reduces bits by identifying marginally important information and removing it.

The Compression and Decompression involves many Algorithms. Some of them are: • Lempel-Ziv-Storer-Szymanski(LZSS)
• Run Length Algorithm • Burrows Wheeler Transform(BWT) • Move To Front • Huffman Algorithm
In this project, I have built a Huffman decoder to enable lossless text file compression upto 100kb.

About

A Huffman decoder to enable lossless text file compression upto 100kb. Separate file for URL shortening as well.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published