In a B-tree, all internal nodes have at least ____ nonnull subtrees and at most m nonnull subtrees.
A. m / 2
B. ém / 2ù
C. ëm / 2û
D. m / 2 - 1
Answer: B
You might also like to view...
Which of the following SQL Server 2012 editions is not a good choice if you want to use Data Mining and Master Data Services components?
A. Business Intelligence B. Standard C. Developer D. Enterprise
SNMP must be installed in an operating system before you can install TCP/IP.
Answer the following statement true (T) or false (F)
A SSH connection can be used to establish multiple SSH channels
a. true b. false
To insert a node into a general tree, the user must supply the parent of the node. Given the parent, three different rules may be used: (1) first in-first out (FIFO) insertion, (2) last in-first out (LIFO) insertion, and (3) _____.
A. hash-sequenced insertion B. random insertion C. binary insertion D. key-sequenced insertion