We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Tree: Huffman Decoding
- Discussions
Tree: Huffman Decoding
Tree: Huffman Decoding
Sort by
recency
|
71 Discussions
|
Please Login in order to post a comment
Notice: In python, The null of node data judgement condition should be "\0" rather than "", " " or None.('\0' is treated simply as a character within a string.)
simple python solution
JS version is not working. To get an idea of the structure of the 'input' variable I logged it to the console and passed all tests. The background process mentioned in the explanation that is supposed to encode the string is not present.
Heya there is a problem with the question when set to JS, simply console.logging the input will work and pass all tests