Skip to content
Prev 138530 / 398506 Next

connectivity measure for graph nodes

Mark,

	if I understand what you are asking, then you likely want either the  
Floyd-Warshall algorithm:

http://en.wikipedia.org/wiki/Floyd-Warshall_algorithm

or Djikstra's algorithm

http://en.wikipedia.org/wiki/Dijkstra%27s_algorithm

The package igraph seems to have some useful methods, (The  
shortest.paths method is probably what you want, I think).

How large a graph are we talking about here?

Haris Skiadas
Department of Mathematics and Computer Science
Hanover College
On Mar 4, 2008, at 9:03 PM, Mark W Kimpel wrote: