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

题库 第6109页

  • 最新
  • 浏览
  • 评论

单选题:A graph with 90 vertices and 20 edges must have at least __ conn

Luz5年前 (2021-05-10)1765
A graph with 90 vertices and 20 edges must have at least __ connected component(s). @[B](2)A. 69B. 70C. 84D. 85A.69B.70C…

单选题:Given the AOE network of a project with 8 activities shown below

Luz5年前 (2021-05-10)1243
Given the AOE network of a project with 8 activities shown below, the earliest/latest completion time for node `4` is __…

单选题:A graph with 90 vertices and 20 edges must have at most __ conne

Luz5年前 (2021-05-10)1524
A graph with 90 vertices and 20 edges must have at most __ connected component(s). @[C](2)A. 69B. 70C. 84D. 85A.69B.70C.…

单选题:Suppose that the level-order traversal sequence of a max-heap is

Luz5年前 (2021-05-10)931
Suppose that the level-order traversal sequence of a max-heap is {78, 72, 53, 42, 64, 36}. Use the linear algorithm to a…

单选题:Given the AOE network of a project with 8 activities shown below

Luz5年前 (2021-05-10)1405
Given the AOE network of a project with 8 activities shown below, the earliest/latest completion time for node `2` is __…

单选题:Suppose that the level-order traversal sequence of a max-heap is

Luz5年前 (2021-05-10)741
Suppose that the level-order traversal sequence of a max-heap is {64, 53, 45, 36, 48, 27}. Use the linear algorithm to a…

单选题:Given a binary search tree with its preorder traversal sequence

Luz5年前 (2021-05-10)1460
Given a binary search tree with its preorder traversal sequence { 8, 2, 15, 10, 12, 21 }. If 8 is deleted from the tree…

单选题:The space complexity of recursively traversing a binary tree wit

Luz5年前 (2021-05-10)1187
The space complexity of recursively traversing a binary tree with $$N$$ nodes and height $$H$$ in preorder is __. @[B]…

单选题:The time complexity of recursively traversing a binary tree with

Luz5年前 (2021-05-10)1168
The time complexity of recursively traversing a binary tree with $$N$$ nodes and height $$H$$ in preorder is __. @[A](…

单选题:The time complexity of traversing a binary tree with $$N$$ nodes

Luz5年前 (2021-05-10)1237
The time complexity of traversing a binary tree with $$N$$ nodes and height $$H$$ in levelorder (with the help of with a…