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

题库 第6425页

  • 最新
  • 浏览
  • 评论

In a min-heap, all the keys along the path from the root to any

Luz5年前 (2021-05-10)1479
In a min-heap, all the keys along the path from the root to any leaf node must be in sorted (non-decreasing) order. ~@[]…

In *Union/Find* algorithm, if *Unions* are done by size, the dep

Luz5年前 (2021-05-10)2664
In *Union/Find* algorithm, if *Unions* are done by size, the depth of any node must be no more than $$N/2$$, but not $$O…

把数组中元素按某种顺序排列的过程叫做查找 。

Luz5年前 (2021-05-10)1534
把数组中元素按某种顺序排列的过程叫做查找 。 ~@[](1)答案:FALSE…

一个数组可以存放许多不同类型的数值。

Luz5年前 (2021-05-10)1425
一个数组可以存放许多不同类型的数值。 ~@[](1)答案:FALSE…

数组中有length()这个方法,如array.length()表示数组array中元素的个数

Luz5年前 (2021-05-10)3056
数组中有length()这个方法,如array.length()表示数组array中元素的个数 ~@[](1)答案:FALSE…

数组作为方法的参数时,必须加在数组名后加方括号。

Luz5年前 (2021-05-10)2217
数组作为方法的参数时,必须加在数组名后加方括号。 ~@[](1)答案:TRUE…

An event is an object created from an event source.

Luz5年前 (2021-05-10)1069
An event is an object created from an event source. ~@[](1)答案:TRUE…

制造(new)数组时,要指定数组长度,以便为数组分配内存。

Luz5年前 (2021-05-10)2287
制造(new)数组时,要指定数组长度,以便为数组分配内存。 ~@[](1)答案:TRUE…

c语言的每个函数都可以用return语句返回一个返回值。

Luz5年前 (2021-05-10)2733
c语言的每个函数都可以用return语句返回一个返回值。 ~@[](1)答案:FALSE…

在调用一个函数的过程中又出现直接或间接地调用该函数本身,这称为函数的递归调用。

Luz5年前 (2021-05-10)1317
在调用一个函数的过程中又出现直接或间接地调用该函数本身,这称为函数的递归调用。 ~@[](1)答案:TRUE…