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

题库 第6404页

  • 最新
  • 浏览
  • 评论

使用方法length( )可以获得字符串或数组的长度。

Luz5年前 (2021-05-10)1576
使用方法length( )可以获得字符串或数组的长度。 ~@[](1)答案:FALSE…

java语言中不用区分字母的大写小写。

Luz5年前 (2021-05-10)1710
java语言中不用区分字母的大写小写。 ~@[](1)答案:FALSE…

语句 System.out.println(4+8+"Hello,world!"); 的输出结果是12Hello,world!。

Luz5年前 (2021-05-10)4075
语句 System.out.println(4+8+"Hello,world!"); 的输出结果是12Hello,world!。 ~@[](1)答案:TRUE…

The preorder traversal sequence of any min-heap must be in sorte

Luz5年前 (2021-05-10)1092
The preorder traversal sequence of any min-heap must be in sorted (non-decreasing) order. ~@[](2)答案:FALSE…

一个Java源文件中可以有多个类,但只能有一个类是public的。

Luz5年前 (2021-05-10)1056
一个Java源文件中可以有多个类,但只能有一个类是public的。 ~@[](1)答案:TRUE…

对象是类的实例(instance)。

Luz5年前 (2021-05-10)1354
对象是类的实例(instance)。 ~@[](1)答案:TRUE…

$$n!$$ is $$O(n^n)$$.

Luz5年前 (2021-05-10)1287
$$n!$$ is $$O(n^n)$$. ~@[](2)答案:TRUE…

Given the input sequence onto a stack as {1, 2, 3, ..., $$N$$}.

Luz5年前 (2021-05-10)921
Given the input sequence onto a stack as {1, 2, 3, ..., $$N$$}. If the first output is $$i$$, then the $$j$$-th output…

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

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

If $$N$$ numbers are stored in a doubly linked list in increasin

Luz5年前 (2021-05-10)924
If $$N$$ numbers are stored in a doubly linked list in increasing order, then the average time complexity for binary sea…