单项选择题
利用逐点插入法建立序列(50,72,43,85,75,20,35,45,65,30)对应的二叉排序树以后,查找元素30要进行(42)次元素间的比较。
A.4
B.5
C.6
D.7
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
问答题
从供选择的答案中选出应填入英语文句中()的正确的答案。 You should be (A) of developing your program, using something better than the method that uses the philosophy: write (B) down and then try to get it working. Surprisingly, this method is wide used to day with result that an average programmer on an average job (C) out only between five to ten lines of correct code per day. We hope your (D) will be greater. But to improve requires that you apply some discipline to the (E) of creating programs. A: ① available ② capable ③ useful ④ valuable B: ① anything ② nothing ③ something ④ thing C: ① does ② looks ③ turns ④ runs D: ① activity ② code ③ productivity ④ program E: ① process ② experience ③ habit ④ idea
点击查看答案
问答题
从供选择的答案中选出应填入下列叙述中()内的正确答案; 设w为一个二维数组,其每个数据元素占用6个字节,行下标i从。到8,列下标i从2到5,则二维数组W的数据元素共占用(A)个字节。w中第6行的元素和第4列的元素共占(B)个字节。若按行顺序存放二维数组w,其起始地址的字节号为100,则二维数组W的最后一个数据元素的起始地址的字节号为(C),数据元素的起始地址号为(D)。 供选择的答案 A:①480 ②192 ③216 ④144 B:①78 ②72 ③66 ④84 C:①310 ②311 ③315 ④314 D:①179 ②178 ③184 ④185
点击查看答案
相关试题
判断下列叙述正确与否。 ①用P、v操作可以...
以下选项中,可以用于Internet信息服务器远...
一个事务执行过程中,其正在访问的数据被其...
(55),数据库处于一致性状态。
循环链表的主要优点是(38)。