Skip to content

Krytax-24/HuffCompress-Efficient-File-Compression-with-Huffman-Coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

!-- Author : Krishna Rajkumar Dembla Created on : 24 November 2022 -->

HuffCompress: Efficient File Compression with Huffman Coding

  • Uses Huffman Coding for Text Compression
  • Made with JAVASCRIPT , HTML and CSS

About

  • Performs Lossless compression and decompression of .txt files using Huffman Coding technique .
  • Each character is assigned a unique variable length binary code, instead of its 8-bit representation, with more frequent characters having smaller codes. A Huffman Tree is created and stored to generate and decode these codes.
  • Compression ratio usually improves as the file size increases.
  • The website is made responsive (with HTML and CSS ) and interactive (with JavaScript ) .
  • Try it Yourself - HuffCompress

Screenshots

Homepage: homepage

File Submitted: submit_action

Compression: compress_action

Decompression: decompress_action

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published