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
Encodes and decodes messages according to Huffman Encoding Algorithm.
Use encode_string(str) to get an encoded string and then decode_string(encoded_str) to get back original message