CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: para15000

Search: Search took 0.03 seconds.

  1. Re: methods of visiting the nodes on a level of a tree

    Yes you are right this is a good improvement. It doesn't prevent all the nodes from being visited. THank you.



    I see.And this would also be done when the tree is constructed? Right?
  2. Re: methods of visiting the nodes on a level of a tree

    I don't see what you mean. If put a return at the end of the if statement after I chekc the level then only the first of the nodes on that level will be returned. I want to return all of them. Maby I...
  3. methods of visiting the nodes on a level of a tree

    Hello
    I know of only one method of visiting the elements on one level of a tree. This method is not very efficient. This is the way I do it(PHP implementation):


    private function...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured