Re: Bron-Kerbosh algorithm for clique detection
- From: "user923005" <dcorbit@xxxxxxxxx>
- Date: 31 Jan 2007 10:57:01 -0800
On Jan 30, 8:49 am, "arne.mul...@xxxxxxxxx" <arne.mul...@xxxxxxxxx>
wrote:
Dear All,
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 ... .
I'm looking for an implementation of the Bron-Kerbosh algorithm for
clique detection in graphs, preferably in C. Any hints are very
welcome.
thanks in advance,
+kind regards
Java versions:
http://www.jgrapht.org/javadoc/org/jgrapht/alg/BronKerboschCliqueFinder.html
http://joelib.sourceforge.net/wiki/index.php/Bron-Kerbosch
It's ACM algorithm 457:
http://portal.acm.org/citation.cfm?id=362367&dl=ACM&coll=portal
This link looks promising:
http://www.krugle.com/examples/keywords/clique-algorithm.html
I just did a google search and looked at the first 3 pages. I had
never heard of this algorithm before.
.
- Follow-Ups:
- Re: Bron-Kerbosh algorithm for clique detection
- From: user923005
- Re: Bron-Kerbosh algorithm for clique detection
- 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: in-exact graph matching
- Previous by thread: Re: Bron-Kerbosh algorithm for clique detection
- Next by thread: Re: Bron-Kerbosh algorithm for clique detection
- Index(es):
Relevant Pages
|