In the problem of $$N$$ Queens, since the game tree contains $$N
In the problem of $$N$$ Queens, since the game tree contains $$N!$$ leaves, the space complexity for solving the problem is $$\Omega (N!)$$. ~@[](1)答案:FALSE
-->