-->
当前位置:首页 > 题库

In the problem of $$N$$ Queens, since the game tree contains $$N

Luz5年前 (2021-05-10)题库906
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