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

Luz 管理员

暂无介绍

89859 篇文章 33 次评论

a为任意整数,表达式a=a^a能将变量a清零。

Luz5年前 (2021-05-10)1071
a为任意整数,表达式a=a^a能将变量a清零。 ~@[](1)答案:TRUE…

如果由结点{ 1, 2, 3, 4 }组成的AVL树的深度是3(根结点的深度是1),则结点2或者结点3一定有两个子结点。

Luz5年前 (2021-05-10)2027
如果由结点{ 1, 2, 3, 4 }组成的AVL树的深度是3(根结点的深度是1),则结点2或者结点3一定有两个子结点。~@[](2)答案:TRUE…

For any node in an AVL tree, the left and right subtrees must ha

Luz5年前 (2021-05-10)850
For any node in an AVL tree, the left and right subtrees must have the same height. ~@[](1)答案:FALSE…

Given a binary search tree with 20 integer keys which include 10

Luz5年前 (2021-05-10)1421
Given a binary search tree with 20 integer keys which include 10, 11, and 12, if 10 and 12 are on the same level, then 1…

To find 63 from a binary search tree, one possible searching seq

Luz5年前 (2021-05-10)1064
To find 63 from a binary search tree, one possible searching sequence is {39, 101, 25, 80, 70, 59, 63}. ~@[](3)答案:FALSE…

In a binary search tree, the keys on the same level from left to

Luz5年前 (2021-05-10)2933
In a binary search tree, the keys on the same level from left to right must be in sorted (non-decreasing) order. ~@[](2)…

合并排序算法是稳定的排序方法。

Luz5年前 (2021-05-10)922
合并排序算法是稳定的排序方法。 ~@[](1)答案:TRUE…

The time complexity of searching in a binary search tree is the

Luz5年前 (2021-05-10)1372
The time complexity of searching in a binary search tree is the same as that of binary search. ~@[](2)答案:FALSE…

在堆排序中,若要进行升序排序,则需要建立大根堆。( )

Luz5年前 (2021-05-10)2121
在堆排序中,若要进行升序排序,则需要建立大根堆。( ) ~@[](1)答案:TRUE…

起泡排序的排序趟数与参加排序的序列原始状态有关。

Luz5年前 (2021-05-10)1552
起泡排序的排序趟数与参加排序的序列原始状态有关。 ~@[](1)答案:TRUE…