PDA

View Full Version : Tree Help


MartinUk
02-21-2010, 01:15 PM
hey, i'm fairly new to java and OOP as a whole and so just need a littlge guidance on something. I have a class called node which gives all the methods required for a node in a tree, and then i have a seperate file with characters and binary used to indicate the location on the tree. Now i need to make a tree using that file so i would then be able to decode a message written purely in that binary.

Any clues on where to start with this one, i wouldnt know if to extend the class of make a new one that branches off it?