Talk:Bron–Kerbosch algorithm
Appearance
This renders wrong in ie7. I'm guessing there are union and intersection etc. symbols but they all look like boxes. — Preceding unsigned comment added by 192.91.147.34 (talk • contribs)
- It does contain set notation. You may find Help:Special characters#Displaying Special Characters to be helpful. —David Eppstein (talk) 04:43, 9 June 2010 (UTC)
The pseudo-code in Cazals and Karande's paper (TCS, 2008, (407):564-568) worked better for me than the one presented in this page! The example contains a couple of typos. Michele Zito, 4 July 2010. —Preceding undated comment added 20:02, 4 July 2010 (UTC).
Just following the code BronKerbosch2, when v = 6 (third iteration for u = 2) the recursive call should be BronKerbosch2({6}, {4}, Ø)? Michele Zito, 4 July 2010.