Skip to content

A file compressor and decompressor based on Huffman encoding algorithm

Notifications You must be signed in to change notification settings

riyaa14/file-compressor

Repository files navigation

file-compressor

A text file compressor and decompressor based on Huffman encoding algorithm

How to use?

  • build the executable using g++ main.cpp compressor.cpp decompressor.cpp huffman_utility.cpp -o encoder
  • run the executable uisng ./encoder
  • Follow the prompts for compression or decompression

TO DO

  • Image compressor using huffman algorithm
  • Other compression algorithms

About

A file compressor and decompressor based on Huffman encoding algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages