InterviewSolution
Saved Bookmarks
| 1. |
Consider the following 2-3-4 tree (i.e., B-tree with a minimum degree of two) in which each data item is a letter. The usual alphabetical ordering of letters is used in constructing the tree.What is the result of inserting G in the above tree ?A) B) C) D) None of the above(A) A(B) B(C) C(D) D |
| Answer» | |