Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 213 Bytes

File metadata and controls

6 lines (6 loc) · 213 Bytes

Text-File-Compression

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.