摘要: ###最大团和极大团不一样,该算法应该是极大团算法 Bron-Kerbosch算法 Input: The graph G Output: the set of all maximal cliques: C 1: Initialize C and two vertex sets R, X with ∅ 阅读全文
posted @ 2022-03-06 14:43 ecnu_lxz 阅读(232) 评论(0) 推荐(0)