Skip to content

A program for file compression using the Huffamn algorithm

License

Notifications You must be signed in to change notification settings

eric-figueira/Huffman-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman-Algorithm File Compressor

Description

The app is a console-based file compressor with two options: compact and unzip. It was made with the Huffman Algorithm, that enables the compression by attributing a shorter value to the more used characters (or bytes).

Tools and languages

The entire application was coded in C++. The data structures used were priority queue, binary tree and linked list.

About

A program for file compression using the Huffamn algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published