[algogeeks] Re: recursion issue

2006-03-30 Thread sam
Thanks for helping me, but I posted this message a month ago. I solved my problem since then and everything works fine :) thanks anyway ! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To p

[algogeeks] Re: recursion issue

2006-03-28 Thread Mayur
Could you please specify in a little more detail as to what "pattern' you wish to get. Do you wish to traverse the entire tree structure, or do you want production rules? On 3/29/06, Dinesh Bhatt <[EMAIL PROTECTED]> wrote: Dear X,     U can do it very easily.     Just consider root as pare

[algogeeks] Re: recursion issue

2006-03-28 Thread Dinesh Bhatt
Dear X,     U can do it very easily.     Just consider root as parent    Now start from parent go to child   Now consider child as parent and go on till u get no child . In case of any problem do mail me at [EMAIL PROTECTED]     On 2/7/06, sam <[EMAIL PROTECTED]> wrote: Hi,