-->
当前位置:首页 > Luz 第6582页
Luz

Luz 管理员

暂无介绍

89859 篇文章 33 次评论

In a directed graph, the sum of the in-degrees must be equal to

Luz5年前 (2021-05-10)1933
In a directed graph, the sum of the in-degrees must be equal to the sum of the out-degrees of all the vertices. ~@[](1)答…

二叉树的前序遍历并不能唯一确定这棵树,但是如果我们还知道该树的根结点是那一个,则可以确定这棵二叉树( )。

Luz5年前 (2021-05-10)1886
二叉树的前序遍历并不能唯一确定这棵树,但是如果我们还知道该树的根结点是那一个,则可以确定这棵二叉树( )。 ~@[](1)答案:FALSE…

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

Luz5年前 (2021-05-10)1477
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)2663
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)1533
把数组中元素按某种顺序排列的过程叫做查找 。 ~@[](1)答案:FALSE…

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

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

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

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

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

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

An event is an object created from an event source.

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

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

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