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

题库 第6050页

  • 最新
  • 浏览
  • 评论

单选题:After inserting 0 into the 2-3 tree given in the figure, how man

Luz5年前 (2021-05-10)625
After inserting 0 into the 2-3 tree given in the figure, how many of the following statements are FALSE? @[B](2)(S1)…

单选题:After inserting 1 into the red-black tree given in the figure, w

Luz5年前 (2021-05-10)1049
After inserting 1 into the red-black tree given in the figure, which node(s) will have its/their color(s) changed? @[C…

单选题:Givien two $$n\times n$$ matrices $$A$$ and $$B$$. Let's consid

Luz5年前 (2021-05-10)889
Givien two $$n\times n$$ matrices $$A$$ and $$B$$. Let's consider the following Divide and Conquer idea to do matrix mu…

单选题:After inserting 1 into the red-black tree given in the figure, w

Luz5年前 (2021-05-10)644
After inserting 1 into the red-black tree given in the figure, which node(s) will keep its/their color(s) unchanged? @[B…

单选题:How many of the following sorting methods use(s) Divide and Conq

Luz5年前 (2021-05-10)986
How many of the following sorting methods use(s) Divide and Conquer algorithm? @[A](3)* Heap Sort* Insertion Sort* Mer…

单选题:关于抽象类,下面叙述错误的是() 。

Luz5年前 (2021-05-10)3117
关于抽象类,下面叙述错误的是() 。 @[C](1)A. 包含抽象方法的类必须是抽象类B. 抽象方法只需要声明,不需要实现C. 抽象类可以实例化D. 抽象类中可以没有抽象方法A.包含抽象方法的类必须是抽象类B.抽象方法只需要声明,不需要实现…

单选题:以下甲乙两段文字,更易于理解的是:

Luz5年前 (2021-05-10)730
以下甲乙两段文字,更易于理解的是: @[B](2)甲:黑猩猩要比人类强壮得多。人类学会如何使用工具,从而增强其自然力量。当然,黑猩猩也会使用工具。乙:尽管黑猩猩比人类强壮得多,但是人类更擅长使用工具,工具对人类自然力量的增强远远超过了对…

单选题:在Java中,以下()类的对象是以键-值的方式存储对象。

Luz5年前 (2021-05-10)4623
在Java中,以下()类的对象是以键-值的方式存储对象。 @[C](1)A. ListB. ArrayListC. HashMapD. LinkedListA.ListB.ArrayListC.HashMapD.LinkedList答案…

单选题:使用Iterator时,判断是否存在下一个元素可以使用以下哪个方法?()

Luz5年前 (2021-05-10)1878
使用Iterator时,判断是否存在下一个元素可以使用以下哪个方法?() @[D](1)A. next()B. hash()C. hasPrevious()D. hasNext()A.next()B.hash()C.hasPreviou…

单选题:设a和b均为double型变量,且a=15.5,b=7,则表达式(int)a+b/2的值是( )。

Luz5年前 (2021-05-10)953
设a和b均为double型变量,且a=15.5,b=7,则表达式(int)a+b/2的值是( )。 @[B](1)A. 19.000000B. 18.500000C. 18.000000D. 11.000000A.19.000000B.…