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

مشاهدة النسخة كاملة : Last grandchild of a node in a tree



C# Programming
10-23-2009, 11:21 PM
In a recursive function for traversing a tree nodes , I want to invoke a function for the last child of a parent node( including all its grandchilds ). I have not found a technique for finding that node in the recursive function .

Any help ?
Thanks in advance.