[jgrapht-users] Neighbourhood of a vertex
Brought to you by:
barak_naveh,
perfecthash
From: Nico L. <j....@gm...> - 2007-03-29 09:35:21
|
Hi, Here's my problem: I would like to extract a subgraph (or a list of vertices) comprised of all vertices within a distance N from a given vertex. Is it directly possible? Or do I have to call neighborListOf(Graph<V,E> g, V vertex) N times? Thanks. Nicolas |