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

题库 第6568页

  • 最新
  • 浏览
  • 评论

An $$(1+ \epsilon)$$-approximation scheme of time complexity $$(

Luz5年前 (2021-05-10)1267
An $$(1+ \epsilon)$$-approximation scheme of time complexity $$(n+1/\epsilon)^3$$ is a PTAS but not an FPTAS.~@[](5)答案:F…

If P = NP then the Shortest-Path (finding the shortest path betw

Luz5年前 (2021-05-10)1442
If P = NP then the Shortest-Path (finding the shortest path between a pair of given vertices in a given graph) problem i…

In general, for a 3-way merge we need 6 input buffers and 2 outp

Luz5年前 (2021-05-10)1235
In general, for a 3-way merge we need 6 input buffers and 2 output buffers for decreasing the number of passes.~@[](2)答案…

演讲者要使用一维的语言媒介逐字逐句地去表达多维(层次分明且相互交叉)的结构。

Luz5年前 (2021-05-10)843
演讲者要使用一维的语言媒介逐字逐句地去表达多维(层次分明且相互交叉)的结构。 ~@[](5)答案:TRUE…

已知x='10',那么x+x和x*2的值都为'1010'。

Luz5年前 (2021-05-10)1808
已知x='10',那么x+x和x*2的值都为'1010'。 ~@[](1)答案:TRUE…

已知x=10,那么执行'10'+x的值为'1010'。

Luz5年前 (2021-05-10)2475
已知x=10,那么执行'10'+x的值为'1010'。 ~@[](1)答案:FALSE…

字典中元素的“键”允许重复,但“值”必须是唯一的。

Luz5年前 (2021-05-10)3345
字典中元素的“键”允许重复,但“值”必须是唯一的。 ~@[](1) 答案:FALSE…

表达式[1,2,3]*3的值是[3,6,9]。

Luz5年前 (2021-05-10)1370
表达式[1,2,3]*3的值是[3,6,9]。 ~@[](1) 答案:FALSE…

队列的特性

Luz5年前 (2021-05-10)1164
队列的特性 队列是先进先出的线性表。~@[](1)答案:TRUE…

栈的特性

Luz5年前 (2021-05-10)1041
栈的特性 栈是先进先出的线性表。~@[](1)答案:FALSE…