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

题库 第6110页

  • 最新
  • 浏览
  • 评论

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

Luz5年前 (2021-05-10)1085
The space complexity of iteratively traversing a binary tree with $$N$$ nodes and height $$H$$ in inorder (with the help…

单选题:The space complexity of traversing a binary tree with $$N$$ node

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

单选题:Given a tree of degree 5. Suppose that the numbers of nodes of d

Luz5年前 (2021-05-10)1073
Given a tree of degree 5. Suppose that the numbers of nodes of degrees 1, 2, 3, 4, 5 are 3, 1, 2, 4, 3, respectively. Th…

单选题:For an in-order threaded binary tree, if the post-order and in-o

Luz5年前 (2021-05-10)988
For an in-order threaded binary tree, if the post-order and in-order traversal sequences are CBFGEDA and BCADFEG respect…

单选题:For a complete binary tree with even number of nodes, among the

Luz5年前 (2021-05-10)912
For a complete binary tree with even number of nodes, among the following statements, how many statement(s) is/are true…

单选题:To list the directory in a hierarchical file system with the for

Luz5年前 (2021-05-10)1417
To list the directory in a hierarchical file system with the format of files that are of depth `di` will have their name…

单选题:For an in-order threaded binary tree, if the post-order and in-o

Luz5年前 (2021-05-10)1117
For an in-order threaded binary tree, if the post-order and in-order traversal sequences are DFGEBCA and DBFEGAC respect…

单选题:To find the minimum spanning tree with Kruskal's algorithm for t

Luz5年前 (2021-05-10)1383
To find the minimum spanning tree with Kruskal's algorithm for the following graph. Which edge will be added in the fina…

单选题:Graph G is an undirected completed graph of 20 nodes. Is there a

Luz5年前 (2021-05-10)1320
Graph G is an undirected completed graph of 20 nodes. Is there an Euler circuit in G? If not, in order to have an Euler…

单选题:For a complete binary tree with odd number of nodes, among the f

Luz5年前 (2021-05-10)980
For a complete binary tree with odd number of nodes, among the following statements, how many statement(s) is/are true?…