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

题库 第6482页

  • 最新
  • 浏览
  • 评论

Statement ` int * p,q,r; ` declares three pointer variable

Luz5年前 (2021-05-10)1238
Statement ` int * p,q,r; ` declares three pointer variable ~@[](1) 答案:FALSE…

Given two sorted lists $$L1$$ and $$L2$$, the fastest algorithm

Luz5年前 (2021-05-10)2106
Given two sorted lists $$L1$$ and $$L2$$, the fastest algorithm for computing $$L1\bigcup L2$$ has time complexity $$\Th…

表达式` ( (ch = getchar() ) != '\n')` 是关系表达式。

Luz5年前 (2021-05-10)3152
表达式` ( (ch = getchar() ) != '\n')` 是关系表达式。 ~@[](1)答案:TRUE…

All of the Zig, Zig-zig, and Zig-zag rotations not only move the

Luz5年前 (2021-05-10)920
All of the Zig, Zig-zig, and Zig-zag rotations not only move the accessed node to the root, but also roughly half the de…

For an AVL tree, the balance factors of all the non-leaf nodes a

Luz5年前 (2021-05-10)860
For an AVL tree, the balance factors of all the non-leaf nodes are 0 iff the tree is a complete binary tree. ~@[](2)答案:…

All of the Zig, Zig-zig, and Zig-zag rotations in a splay tree n

Luz5年前 (2021-05-10)869
All of the Zig, Zig-zig, and Zig-zag rotations in a splay tree not only move the accessed node to the root, but also rou…

这是一个判断题的样例。答案为T,分值为5分。

Luz5年前 (2021-05-10)904
这是一个判断题的样例。答案为T,分值为5分。 ~@[](5)答案:TRUE…

The cin stream normally is connected to the display screen.

Luz5年前 (2021-05-10)1262
The cin stream normally is connected to the display screen. ~@[](2)答案:FALSE…

对于n个记录的集合进行冒泡排序,在最坏情况下需要的时间是$$O(n^{2})$$。

Luz5年前 (2021-05-10)1889
对于n个记录的集合进行冒泡排序,在最坏情况下需要的时间是$$O(n^{2})$$。 ~@[](1)答案:TRUE…

To judge an odd integer $$N(>10)$$ is prime or not, we need to c

Luz5年前 (2021-05-10)1399
To judge an odd integer $$N(˃10)$$ is prime or not, we need to check if it is divisible by any odd number from 3 to $$\s…