[algogeeks] identify all the affected nodes in a Graph

2011-09-19 Thread Sangeeta
A graph is given : nodes denoting computers edges denoting connections if one system(node) fails , the other systems(node) may get affected. To identify all the affected nodes, which data structure is used? How do u implement it? -- You received this message because you are subscribed to the

Re: [algogeeks] identify all the affected nodes in a Graph

2011-09-19 Thread shady
example ? link to the actual problem ? On Mon, Sep 19, 2011 at 7:44 PM, Sangeeta sangeeta15...@gmail.com wrote: A graph is given : nodes denoting computers edges denoting connections if one system(node) fails , the other systems(node) may get affected. To identify all the affected nodes,