I dont know how to create a tree data structure in java.
I tried with a class consisting of node field and arraylist child nodes. but it does not satisfy the requirement.
the requirement is that,...