Skip to content

deepakkrish212/huffman-encoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Huffman Encoding

This is the official repository of the final project for Algorithms and Data Structures (COCS 327) at Augie.

  • Team Members
    • Alec
    • Deepak
    • Soobin

Project

Everday, million terabytes of data is being transffered over the internet. However, if lossless compression didn't exist, this number would be WAYYYYY higher. Lossless compression is a data compression technique that is able to compress data without losing any data.

There are various number of algorithms that are being used everyday to compress different types of data. For this project, our team will be utilizing the Huffman Encoding algorithm to compress text files.

About

Lossless text files data compression using Huffman Encoding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors