I'm thinking on possibility of making a Huffman code without "node". It's based on the nodes then my question seems a bit ambiguous. I know,maybe we have to use string's abilites ...
Is it possible ? and if "YES" how Is it possible in java? Thanks.
I'm thinking on possibility of making a Huffman code without "node". It's based on the nodes then my question seems a bit ambiguous. I know,maybe we have to use string's abilites ...
Is it possible ? and if "YES" how Is it possible in java? Thanks.
You can use indices instead of nodes but you need somewhere nodes and/or vertices.