There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This project was assigned to us. We were to design and implement a Huffman Coding Algorithm. Also known as Huffman encoding, an algorithm for the lossless compression of files based on the frequency of occurrence of a symbol in the file that is being compressed. This project received an A.