Thanks to the help over at http://www.thescripts.com/forum/thread686347.html on the character count program, I can now move onto getting the huffman code done. Unfortunately I am still rather new to Java and would again need help on getting started.
Not gonna ask for the whole code here cos its against the rules and its not gonna help me learn the language. I know that if I use C++, I can use the heap container which is present in the STL but for java is there something like that?
Went to try to google "java heap container" but all I got was some out of memory error...
Will still carry on searching and I hope someone will point me in the right direction.
Thanks In Advance :)
Not gonna ask for the whole code here cos its against the rules and its not gonna help me learn the language. I know that if I use C++, I can use the heap container which is present in the STL but for java is there something like that?
Went to try to google "java heap container" but all I got was some out of memory error...
Will still carry on searching and I hope someone will point me in the right direction.
Thanks In Advance :)
Comment