Grigoryan (n-Queens Completion n-Queens Problem)

From Algorithm Wiki
Revision as of 11:31, 15 February 2023 by Admin (talk | contribs) (Created page with "== Time Complexity == $O(n)$ == Space Complexity == $O(n)$ (Derived: two control arrays of size O(n)) == Description == == Approximate? == Approximate Approximation Factor: error < 0.0001 and decreases with increasing n == Randomized? == Yes, Monte Carlo == Model of Computation == == Year == 2018 == Reference == https://arxiv.org/abs/1912.05935")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Time Complexity

$O(n)$

Space Complexity

$O(n)$

(Derived: two control arrays of size O(n))

Description

Approximate?

Approximate

Approximation Factor: error < 0.0001 and decreases with increasing n

Randomized?

Yes, Monte Carlo

Model of Computation

Year

2018

Reference

https://arxiv.org/abs/1912.05935