Skip to content

yusufish/Huffman-Coder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages