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
Text File Compression
� Done in python language.
� Used trie and min heap data structures.
� Huffman's encoding algorithm was used to form binary codes.
� Compressed file is a binary file.