当前位置:首页
> Luz 第6582页
Luz 管理员
暂无介绍
89859 篇文章 33 次评论In a directed graph, the sum of the in-degrees must be equal to
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)答…
二叉树的前序遍历并不能唯一确定这棵树,但是如果我们还知道该树的根结点是那一个,则可以确定这棵二叉树( )。
二叉树的前序遍历并不能唯一确定这棵树,但是如果我们还知道该树的根结点是那一个,则可以确定这棵二叉树( )。 ~@[](1)答案:FALSE…
In a min-heap, all the keys along the path from the root to any
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
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…
数组中有length()这个方法,如array.length()表示数组array中元素的个数
数组中有length()这个方法,如array.length()表示数组array中元素的个数 ~@[](1)答案:FALSE…
An event is an object created from an event source.
An event is an object created from an event source. ~@[](1)答案:TRUE…
制造(new)数组时,要指定数组长度,以便为数组分配内存。
制造(new)数组时,要指定数组长度,以便为数组分配内存。 ~@[](1)答案:TRUE…