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

题库 第6412页

  • 最新
  • 浏览
  • 评论

链表是采用链式存储结构的线性表,进行插入、删除操作时,在链表中比在顺序存储结构中效率高。

Luz5年前 (2021-05-10)1197
链表是采用链式存储结构的线性表,进行插入、删除操作时,在链表中比在顺序存储结构中效率高。 ~@[](2)答案:TRUE…

顺序存储的线性表可以随机存取。

Luz5年前 (2021-05-10)1226
顺序存储的线性表可以随机存取。~@[](1)答案:TRUE…

表达式(1

Luz5年前 (2021-05-10)950
表达式(1˂=n˂=10)能正确地表示n属于[1, 10]。 ~@[](1)答案:FALSE…

In a circular queue which is implemented by an array, the `front

Luz5年前 (2021-05-10)1547
In a circular queue which is implemented by an array, the `front` value must always be no larger than the `rear` value.…

An algorithm to check for balancing symbols in an expression use

Luz5年前 (2021-05-10)1694
An algorithm to check for balancing symbols in an expression uses a queue to store the partial expression. ~@[](1)答案:FA…

Let S be the set of activities in Activity Selection Problem. T

Luz5年前 (2021-05-10)1690
Let S be the set of activities in Activity Selection Problem. Then the earliest finish activity $$a_m$$ must be include…

Greedy algorithm works only if the local optimum is equal to the

Luz5年前 (2021-05-10)1396
Greedy algorithm works only if the local optimum is equal to the global optimum. ~@[](1)答案:TRUE…

在定义函数时,某个参数名字前面带有一个符号表示可变长度参数,可以接收任意多个普通实参并存放于一个元组之中。

Luz5年前 (2021-05-10)2288
在定义函数时,某个参数名字前面带有一个符号表示可变长度参数,可以接收任意多个普通实参并存放于一个元组之中。 ~@[](2)答案:TRUE…

冒泡排序效率较高,因为它只需要约

Luz5年前 (2021-05-10)3881
冒泡排序效率较高,因为它只需要约
冒泡排序效率较高,因为它只需要约 ![1.jpg](~/31c8b515-9aad-4542-a9d5-9c1c56209177.jpg) 次比较。 ~@[](1)答案:FALSE…

在AOE网络中,从源点到汇点具有最大长度的路径称为关键路径。完成AOE所表示的整个工程所需要的时间取决于关键路径的路径长度

Luz5年前 (2021-05-10)1309
在AOE网络中,从源点到汇点具有最大长度的路径称为关键路径。完成AOE所表示的整个工程所需要的时间取决于关键路径的路径长度 ~@[](1)答案:TRUE…