Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 186 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 186 Bytes

Huffman Coding Project

The semester-long project to implement the Huffman Coding, a lossless data compression algorithm, using data structures like trees and linked lists in C++.