Oct 13, 2003 #1 thiru80 Programmer Joined Nov 13, 2002 Messages 4 Location US Hi all I am traverse a tree (radial)in a certain order.I believe that it is a depth first traversal but preorder traversal also gives me the same result. Now I m confused about the jargon whether to use depth first or preorder. Please advise Thanks
Hi all I am traverse a tree (radial)in a certain order.I believe that it is a depth first traversal but preorder traversal also gives me the same result. Now I m confused about the jargon whether to use depth first or preorder. Please advise Thanks
Oct 13, 2003 #2 Salem Programmer Joined Apr 29, 2003 Messages 2,455 Location GB Please read http://www.nist.gov/dads/HTML/treetravrsl.html -- http://www.catb.org/~esr/faqs/smart-questions.html Upvote 0 Downvote
Please read http://www.nist.gov/dads/HTML/treetravrsl.html -- http://www.catb.org/~esr/faqs/smart-questions.html