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
HuffmanTS is a college project developed in TypeScript that demonstrates the implementation of Huffman Coding, a fundamental algorithm used in data compression. The project focuses on efficiently encoding and decoding text data by assigning shorter binary codes to more frequent characters and longer codes to less frequent ones.