Re: Bron-Kerbosh algorithm for clique detection
- From: "Arthur J. O'Dwyer" <ajonospam@xxxxxxxxxxxxxx>
- Date: Tue, 30 Jan 2007 14:11:57 -0500 (EST)
On Tue, 30 Jan 2007, arne.muller@xxxxxxxxx wrote:
I'm new to this group and I'm not really sure whether this is the
right place to ask - so please let me know if this is off topic ... .
It's on-topic, but if you'd searched Google first, you wouldn't
have needed to ask the question in the first place.
I'm looking for an implementation of the Bron-Kerbosh algorithm for
clique detection in graphs, preferably in C. Any hints are very
welcome.
An implementation in Java, GPL'ed:
http://www.koders.com/java/fidDE645B4EC64565617F083AAB0AB7A7E2E8741C7B.aspx?s=sort
The correct spelling is "Bron-Kerbosch" (as Google would also have
told you). I haven't looked to see whether the large number of papers
available online explain the algorithm in detail, but you should be
able to extract the algorithm from the JOELib Java code easily enough.
If you have specific questions about the algorithm, or C, or style,
or whatever, please ask! But Usenet is not a search engine: You'll
get more results, and faster, by typing the name of the thing you're
looking for into Google or Ask.com.
HTH,
-Arthur
.
- References:
- Bron-Kerbosh algorithm for clique detection
- From: arne.muller@xxxxxxxxx
- Bron-Kerbosh algorithm for clique detection
- Prev by Date: Re: help with automatic code generation
- Next by Date: Re: Can this be restructured ?
- Previous by thread: Bron-Kerbosh algorithm for clique detection
- Next by thread: Re: Bron-Kerbosh algorithm for clique detection
- Index(es):
Relevant Pages
|