Schiermeyer (3-Graph Coloring Graph Coloring)

From Algorithm Wiki
Jump to navigation Jump to search

Time Complexity

$O({1.415}^n)$

Space Complexity

$O(nm+n^{2})$ loose bound, possibly $O(n+m)$? words

((can be derived from steps of algorithm))

Description

Approximate?

Exact

Randomized?

No, deterministic

Model of Computation

Word RAM

Year

1994

Reference

https://link.springer.com/chapter/10.1007/3-540-57899-4_51