Skip to content

sayanm16/File_Zipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File_Zipper

A File Zipper made using Huffmann Algorithm. This project supports two functions:

  1. Encode: Compresses input file passed.
  2. Decode: Decompresses Huffman coded file passed back to its original file.

And a constructor which accepts input file and output file. The object of this class can be initiated as follows: huffman h(inputFileName, outputFileName);

About

A File Zipper made using Huffmann Algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages