Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 268 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 268 Bytes

File-Compression

An application that compresses and decompresses text files using the Huffman Encoding algorithm for proper memory management. A custom-made priorityqueue was implemented that used binary search trees and linked lists to handle duplicate priorities.