Schiermeyer (3-Graph Coloring Graph Coloring)
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