Huffman-Coder

This is a homework of Data Structures lecture.
It aims using Huffman Encoding technique compress the data without loss.

Whole project is based on C++

  • No STL containers are allowed.
  • Implemented priority queue using linkedlist.
  • Encodes given string && Decodes given password