igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] C function for the degree of a vertex?


From: Minh Nguyen
Subject: Re: [igraph] C function for the degree of a vertex?
Date: Fri, 6 May 2011 00:22:52 +1000

Hi Gábor,

On Thu, May 5, 2011 at 11:27 PM, Gábor Csárdi <address@hidden> wrote:
> see igraph_degree(),

Thanks.


> although its API is somewhat overcomplicated, as
> we have discussed this recently on this mailing list.

I personally don't find the API of igraph_degree() complicated at all.
It's just what I need if I wanted to find the degree distribution or
degree sequence of a graph. The design of igraph_degree() takes care
of the case of finding the degree of one vertex, multiple vertices, or
all vertices in a graph. I find the design of this function different
from how in the past I wrote degree functions, but by no means overly
complicated.

-- 
Regards
Minh Van Nguyen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]