题库 第6425页
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…
c语言的每个函数都可以用return语句返回一个返回值。
c语言的每个函数都可以用return语句返回一个返回值。 ~@[](1)答案:FALSE…
在调用一个函数的过程中又出现直接或间接地调用该函数本身,这称为函数的递归调用。
在调用一个函数的过程中又出现直接或间接地调用该函数本身,这称为函数的递归调用。 ~@[](1)答案:TRUE…