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

Search:

Type: Posts; User: schlofhaum

Search: Search took 0.03 seconds.

  1. Re: Building a graph according to a depth first search

    Hi,


    I think the problem is not getting a nodes neighbours. Apart from that the depth first iterator gives me all nodes of the original graph, so it shouldn't be necessary to call a GetNeighbours...
  2. Building a graph according to a depth first search

    Hi,

    I've got a graph and an iterator object gives me all its nodes according to a depth first search.

    The source code looks like this:

    DepthFirstIterator dfit = new...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured