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
Built a Huffman encoding algorithm from scratch to compress text and image data. It assigns variable-length codes to symbols based on their frequencies, achieving efficient compression by using shorter codes formore frequent symbols.
About
Lossless compression using Huffman encoding on text and images.