Search:

Type: Posts; User: tetkun

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    1,636

    Re: Huffman coding from huffman tree...

    hi kevin,
    thanks for the reply.
    i understand what you mean... actually, i'm more to a vb user, but learning java now for my master assignments... i previously work as a math teacher for 7 years and...
  2. Replies
    2
    Views
    1,636

    Huffman coding from huffman tree...

    hi there, need some help with my huffman coding assignment...
    actually, i had done tree huffman tree part... now left the part which stresses me for days... can't really come out with a working code...
  3. Re: NullPointerException when comparing string in binary tree

    Thanks for your suggestion norm... i figure it out by doing a bit searching on the error message on the net. it seems that though the first value (val & current.item) was not null, which in case made...
  4. Re: NullPointerException when comparing string in binary tree

    Hi Norm,

    Thanks for the reply

    i've check the value using system.out.println
    the value for "val" is "aa",
    the value for "current.item" is "X622"

    it's clear that both of them are not null......
  5. NullPointerException when comparing string in binary tree

    HI there, please help out with a bug i encountered during my binary tree assignment.

    i searched the net for a binary tree code and thanks to CHINMAY LOKESH, i found one with a tree displays in it....
Results 1 to 5 of 5