Tree: Huffman Decoding

  • + 0 comments

    There is something wrong with the problem as my solution just return the same input and it will work javascript

    function processData(input) {
        //Enter your code here
        console.log(input);
    }