Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 485 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 485 Bytes

HuffmanZipper

A 4th Semester project on Data Structure and Algorithms.
This is a simple text compressor created using Huffman Coding Algorithm.

Data Structures and Algorithms used:

  • Huffman Coding Algorithm
  • Heap Sort Algorithm
  • Unordered_map
  • Binary Tree

To run this program, clone this repository and compile main.cpp.

git clone git@github.com:anju-chhetri/HuffmanZipper.git

Project Members:

  • Anju Chhetri (076BEI005)
  • Ashma Yonghang (076BEI007)