Oct 13, 2003 #1 thiru80 Programmer Nov 13, 2002 4 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 Apr 29, 2003 2,455 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