Skip to content

Yogesh6534/ComDCom

Repository files navigation

Text File Compressor De-compressor Web App

  • This webapp uses Huffman Coding for Text Compression and De-compression.
  • Made with JavaScript, HTML5 and CSS3.
  • Live Demo:👇

https://com-d-com.vercel.app

About this application:

  • This website performs Lossless data compression and decompression of text(.txt) files using Huffman Algorithm.
  • In this algorithm, a variable-length code is assigned to input different characters. The code length is related to how frequently characters are used. Most frequent characters have the smallest codes and longer codes for least frequent characters.
  • A Huffman code is a tree, built bottom up, starting with the list of different characters appearing in a text and their frequency.
  • Compression ratio usually improves as the file size increases.
  • The website is made responsive (with HTML and CSS ) and interactive (with JavaScript ) .

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published