-->
当前位置:首页 > Luz 第6150页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

单选题:Suppose that the size of a hash table is 11, and the hash functi

Luz5年前 (2021-05-10)556
Suppose that the size of a hash table is 11, and the hash function is H(key)=key%11. The following 4 elements have been…

单选题:Suppose that the size of a hash table is 11, and the hash functi

Luz5年前 (2021-05-10)529
Suppose that the size of a hash table is 11, and the hash function is H(key)=key%11. The following 4 elements have been…

单选题:Let $$T$$ be a tree created by union-by-size with $$N$$ nodes, t

Luz5年前 (2021-05-10)1026
Let $$T$$ be a tree created by union-by-size with $$N$$ nodes, then the height of $$T$$ can be . @[A](3)A. at most $$l…

单选题:Which of the following statements about HASH is true?

Luz5年前 (2021-05-10)1910
Which of the following statements about HASH is true? @[D](3)A. the expected number of probes for insertions is greate…

单选题:Let $$T$$ be a tree of $$N$$ nodes created by union-by-size with

Luz5年前 (2021-05-10)729
Let $$T$$ be a tree of $$N$$ nodes created by union-by-size without path compression, then the minimum depth of $$T$$ ma…

单选题:The inorder and the postorder traversal sequences of a binary tr

Luz5年前 (2021-05-10)829
The inorder and the postorder traversal sequences of a binary tree are `a b c d e f g` and `a c b f g e d`, respectively…

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

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

单选题:The inorder and the postorder traversal sequences of a binary tr

Luz5年前 (2021-05-10)626
The inorder and the postorder traversal sequences of a binary tree are `a b c d e f g` and `a c b g f e d`, respectively…

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

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

单选题:The precedence of operator __ is the **lowest** one.

Luz5年前 (2021-05-10)694
The precedence of operator __ is the **lowest** one. @[C](1)A. ?:B. ==C. +=D. &&A.?:B.==C.+=D.&&答案:C…