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

题库 第6437页

  • 最新
  • 浏览
  • 评论

Quadratic probing is equivalent to double hashing with a seconda

Luz5年前 (2021-05-10)1349
Quadratic probing is equivalent to double hashing with a secondary hash function of $$Hash_2(k) = k$$. ~@[](2)答案:FALSE…

Linear probing is equivalent to double hashing with a secondary

Luz5年前 (2021-05-10)1407
Linear probing is equivalent to double hashing with a secondary hash function of $$Hash_2(k)= 1$$ . ~@[](2)答案:TRUE…

任何AVL树的中序遍历结果是有序的(从小到大)。

Luz5年前 (2021-05-10)1641
任何AVL树的中序遍历结果是有序的(从小到大)。 ~@[](2)答案:TRUE…

An array subscript can be of data type double .

Luz5年前 (2021-05-10)1249
An array subscript can be of data type double . ~@[](1)答案:FALSE…

After the first run of Insertion Sort, it is possible that no el

Luz5年前 (2021-05-10)2198
After the first run of Insertion Sort, it is possible that no element is placed in its final position. ~@[](2)答案:TRUE…

The best case time complexity of sorting algorithms based only o

Luz5年前 (2021-05-10)1092
The best case time complexity of sorting algorithms based only on comparisons is at least $$O(NlogN)$$. ~@[](1)答案:FALSE…

If there are less than 20 inversions in an integer array, then I

Luz5年前 (2021-05-10)1974
If there are less than 20 inversions in an integer array, then Insertion Sort will be the best method among Quick Sort,…

5-2

Luz5年前 (2021-05-10)1251
5-2˂˂3的值为24。 ~@[](1)答案:TRUE…

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

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

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

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