A B-tree is a search tree. What is the efficiency of searching for an element in a B-tree?
a) O(1)
b) O(n)
c) O(log n)
d) O(n log n)
e) O()
c) O(log n)
Computer Science & Information Technology
You might also like to view...
When the SUM function is used, Excel first looks ________ the selected cell for a suitable range of cells to sum
A) to the right of B) to the left of C) below D) above
Computer Science & Information Technology
Image file formats for use on the Web differ in how they reduce the size of image files by removing extraneous file data.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology