You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.