snap-stanford / snap

Stanford Network Analysis Platform (SNAP) is a general purpose network analysis and graph mining library.
Other
2.16k stars 797 forks source link

Why is there no GetMinDegNId? #186

Open Antoine-H opened 4 years ago

Antoine-H commented 4 years ago

This is more a question than an issue so feel free to remove this if not appropriate.

I am using the python library. I need to get a node of minimum degree. I noticed the GetMxDegNId function that does just the opposite. So I'm wondering, why is there no function that gets a node of minimum degree?

Is it because it isn't needed? In that case, is there a smart way to do that?

Thanks.