Kazuhisa Makino, Takeaki Uno; Section 5 (Enumerating Maximal Cliques, arbitrary graph Clique Problems): Difference between revisions

From Algorithm Wiki
Jump to navigation Jump to search
(Created page with "== Time Complexity == $O(n^{\omega})$ per clique where omega is the exponent on matrix multiplication == Space Complexity == $O(n^{2})$ auxiliary words (https://link.springer.com/chapter/10.1007/978-3-540-27810-8_23) == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == Word RAM == Year == 2004 == Reference == https://link.springer.com/chapter/10.1007/978-3-540-27810-8_23")
 
No edit summary
 
Line 5: Line 5:
== Space Complexity ==  
== Space Complexity ==  


$O(n^{2})$ auxiliary words
$O(n^{2})$ words


(https://link.springer.com/chapter/10.1007/978-3-540-27810-8_23)
(https://link.springer.com/chapter/10.1007/978-3-540-27810-8_23)

Latest revision as of 08:43, 10 April 2023

Time Complexity

$O(n^{\omega})$ per clique where omega is the exponent on matrix multiplication

Space Complexity

$O(n^{2})$ words

(https://link.springer.com/chapter/10.1007/978-3-540-27810-8_23)

Description

Approximate?

Exact

Randomized?

No, deterministic

Model of Computation

Word RAM

Year

2004

Reference

https://link.springer.com/chapter/10.1007/978-3-540-27810-8_23