Re: [jgrapht-users] degree of a vertex
Brought to you by:
barak_naveh,
perfecthash
From: Trevor H. <tr...@vo...> - 2007-01-19 17:58:54
|
On Jan 19, 2007, at 6:49 AM, Odemir Bruno wrote: > I would like to know, how to get the degree of a vertex (number of > edges) using jgrapht. Graph.edgesOf(V).size() or UndirectedGraph.degreeOf(V) Trevor |