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

题库 第1012页

  • 最新
  • 浏览
  • 评论

判断题:Deletion of Red-Black Tree

Luz4年前 (2022-06-30)551
After deleting 12 from the following red-black tree, 13, 14, 15 and 17 will change its color. ![image.png](~/74033cea-4f…

判断题:Hopfield Neural Network

Luz4年前 (2022-06-30)611
Starting from the following configuration of a Hopfield Neural Network, the state-filpping algorithm will terminiate at…

判断题:Stop words should be ignored when creating inverted file indices

Luz4年前 (2022-06-30)686
Stop words should be ignored when creating inverted file indices, since they appear rarely in articles, and are not usef…

判断题:After merging two Leftist Heap H1 and H2 of different NPL, NLP o

Luz4年前 (2022-06-30)610
After merging two Leftist Heaps H1 and H2 of different NPL's, the NPL of the resulted Leftist Heap will be no more than…

判断题:After merging two Leftist Heap H1 and H2, the NPL of the resulte

Luz4年前 (2022-06-30)621
After merging two Leftist Heaps H1 and H2, the NPL of the resulted Leftist Heap will be no more than min(NPL of H1, NPL…

判断题:For the Activity Selection Problem, we can get the optimal solut

Luz4年前 (2022-06-30)593
For the Activity Selection Problem, we can get the optimal solution by selecting the interval which starts earliest.答案:F…

单选题:程序开始运行时,调用main()函数,以下语句书写正确的是()

Luz4年前 (2022-06-30)1076
程序开始运行时,调用main()函数,以下语句书写正确的是()A.if __name__ == '__main__': main()B.if __name__ == __main__: main()C.if __name__ =…

单选题:以下()的方法可以对类外部代码隐藏类的属性。

Luz4年前 (2022-06-30)1164
以下()的方法可以对类外部代码隐藏类的属性。A.使用self参数来创建属性B.用两个下划线开始属性的名称C.用private关键字修饰属性D.用@符号开始属性的名称答案:B…

单选题:创建对象时会自动调用的方法是()

Luz4年前 (2022-06-30)1052
创建对象时会自动调用的方法是()A.__init__B.initC.__str__D.__object__答案:A…

单选题:Hiring Problem Revisit

Luz4年前 (2022-06-30)774
Consider the hiring problem. Assume that the $$n$$ candidates arrive in random order, and that no two candidates have th…