المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Binary Tree traversal



C++ Programming
10-14-2009, 06:40 AM
Hi all,
I have a problem in implementing tree traversal using c++, i want to display the output of tree traversal: inorder, preorder, postorder in tree form, this means i should include some graphic codes so as to display the tree format on the screen. I don't have idea how to use graphics to display the output on the screen.
Please help me