hi guys, I need your help i took from internet a code for insert nodes in a tree
but its for search binary tree
i just wanna insert this values {1,2,3,4,5,6,7} in a tree
graphically is like this
here is the piece of code i need to modify, i think the create node method is ok, the problem is with the insert
1 is the root, 2 and 3 are father of 4,5 and 6,7 respectively