Skip to content

This is a basic implementation of the Huffman encoding algorithm for compression of files. The repo is part of the assignment given in the Algorithms course of IIIT Sri City.

Notifications You must be signed in to change notification settings

chrizandr/Huffman_encoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman_encoding

This is a basic implementation of the Huffman encoding algorithm for compression of files. The repo is part of the assignment given in the Algorithms course of IIIT Sri City. The basic program takes a file and reads the characters in it. It constructs a Huffman tree for the characters and outputs the encoding for each character. Usage of files defined in the Problem.pdf file

About

This is a basic implementation of the Huffman encoding algorithm for compression of files. The repo is part of the assignment given in the Algorithms course of IIIT Sri City.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages